search for: __class

Displaying 3 results from an estimated 3 matches for "__class".

Did you mean: r_class
2018 May 19
2
tbaa error: Access type node must be a valid scalar type
...jc_methodlist* bitcast ({ i32, i8*, [1 x %struct._mulle_objc_method] }* @OBJC_CLASS_METHODS_Foo to %struct._mulle_objc_methodlist*), %struct._mulle_objc_methodlist* null, %struct._mulle_objc_propertylist* null, %struct._mulle_objc_protocollist* null, i32* null, i8* null }, section "__DATA,__class,regular,no_dead_strip", align 4 @OBJC_CLASS_LOADS = private global { i32, [1 x %struct._mulle_objc_loadclass*] } { i32 1, [1 x %struct._mulle_objc_loadclass*] [%struct._mulle_objc_loadclass* @OBJC_CLASS_Foo] }, section "__DATA,_objc_load_info", align 4 @OBJC_LOAD_INFO = private gl...
2018 Jul 25
2
A question to the DWARF experts on symbol indirection
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Tim > Northover via llvm-dev > Sent: Wednesday, July 25, 2018 3:07 AM > To: Nat! > Cc: LLVM Developers Mailing List > Subject: Re: [llvm-dev] A question to the DWARF experts on symbol > indirection > > Hi Nat!, > > On Wed, 25 Jul 2018 at 01:21, Nat! via
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...RS, - 4); - if (IDVal == ".const_data") - return ParseDirectiveSectionSwitch("__DATA", "__const"); - - - if (IDVal == ".objc_class") - return ParseDirectiveSectionSwitch("__OBJC", "__class", - MCSectionMachO::S_ATTR_NO_DEAD_STRIP); - if (IDVal == ".objc_meta_class") - return ParseDirectiveSectionSwitch("__OBJC", "__meta_class", - MCSectionMachO::S_ATTR_NO_DEAD_S...