Displaying 5 results from an estimated 5 matches for "objc_class".
Did you mean:
obj_class
2006 Oct 16
1
[LLVMdev] initializer does not match global variable type.
...-gnu"
deplibs = [ "objc", "c", "crtend" ]
%struct._objc_module = type { int, int, sbyte*,
%struct._objc_symtab* }
%struct._objc_selector = type { sbyte*, sbyte* }
%struct._objc_symtab = type { int, %struct._objc_selector**,
short, short, [2 x sbyte*] }
%struct.objc_class = type { %struct.objc_class*,
%struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*,
%struct.objc_method_list*, %struct.sarray*, %struct.objc_class*,
%struct.objc_class*, %struct.objc_protocol_list*, sbyte* }
%struct.objc_ivar_list = type opaque
%struct.objc_method_list = type opaq...
2006 Oct 17
1
[LLVMdev] initializer does not match global variable type.
...-gnu"
deplibs = [ "objc", "c", "crtend" ]
%struct._objc_module = type { int, int, sbyte*,
%struct._objc_symtab* }
%struct._objc_selector = type { sbyte*, sbyte* }
%struct._objc_symtab = type { int, %struct._objc_selector**,
short, short, [2 x sbyte*] }
%struct.objc_class = type { %struct.objc_class*,
%struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*,
%struct.objc_method_list*, %struct.sarray*, %struct.objc_class*,
%struct.objc_class*, %struct.objc_protocol_list*, sbyte* }
%struct.objc_ivar_list = type opaque
%struct.objc_method_list = type opaq...
2010 Nov 12
0
[LLVMdev] Collapse OBJC_CLASSLIST_REFERENCES globals in llvm-link?
Hello list,
I'm wondering about the feasibility of collapsing the following two globals
within llvm-link:
@"OBJC_CLASSLIST_REFERENCES_$_2" = private global %struct.objc_class*
bitcast (%struct._class_t* @"OBJC_CLASS_$_NSString" to %struct.objc_class*),
section "__DATA, __objc_classrefs, regular, no_dead_strip", align 4
@"OBJC_CLASSLIST_REFERENCES_$_8" = private global %struct.objc...
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
...",
- MCSectionMachO::S_MOD_TERM_FUNC_POINTERS,
- 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_clas...