| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 21 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class() 26 objc_class.reset(); in Read_objc_class() 381 std::unique_ptr<objc_class_t> objc_class; in Describe() local 385 if (!Read_objc_class(process, objc_class)) in Describe() 393 superclass_func(objc_class->m_superclass); in Describe() 488 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local 490 if (!Read_objc_class(process, objc_class)) in GetSuperclass() 494 objc_class->m_superclass); in GetSuperclass() 503 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local 505 if (!Read_objc_class(process, objc_class)) in GetMetaclass() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | pr32725.mm | 4 struct objc_class { struct 7 typedef struct objc_class *Class; argument
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | objc-modern-getclass-proto.mm | 8 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *); 9 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);
|
| H A D | rewrite-super-message.mm | 2 …emporary -DKEEP_ATTRIBUTES -D"id=struct objc_object *" -D"Class=struct objc_class *" -D"SEL=void*"… 20 // CHECK: call %struct.objc_class* @class_getSuperclass
|
| H A D | objc-modern-fast-enumeration.mm | 4 …triple i686-pc-win32 -Werror -Wno-address-of-temporary -D"Class=struct objc_class *" -D"id=struct … 5 …64-pc-win32 -Werror -Wno-address-of-temporary -D_WIN64 -D"Class=struct objc_class *" -D"id=struct …
|
| H A D | rewrite-modern-super.mm | 7 typedef struct objc_class * Class;
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | reparse-predef-objc-protocol.m | 7 // CHECK: declare-objc-predef.h:2:16: StructDecl=objc_class:2:16 Extent=[2:9 - 2:26] 9 // CHECK: declare-objc-predef.h:2:16: TypeRef=struct objc_class:2:16 Extent=[2:16 - 2:26]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | class-getter-using-dotsyntax.m | 4 typedef struct objc_class *Class; struct 6 struct objc_class { struct
|
| H A D | opaque-is-access.m | 6 struct objc_class *isa; 10 struct objc_class *isa;
|
| H A D | deprecated-objc-introspection.m | 10 struct objc_class *isa; 15 struct objc_class *isa; 39 …expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider c… 41 …expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider c…
|
| H A D | opaque-is-access-warn.m | 9 struct objc_class *isa; 13 struct objc_class *isa;
|
| H A D | self-in-function.m | 5 typedef struct objc_class *Class; struct
|
| H A D | method-lookup-5.m | 4 typedef struct objc_class *Class; struct
|
| H A D | category-method-lookup-2.m | 4 typedef struct objc_class *Class; struct
|
| H A D | property-lookup-in-id.m | 4 typedef struct objc_class *Class; struct
|
| H A D | protocol-qualified-class-unsupported.m | 6 typedef struct objc_class *Class; struct
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | fp-ret-bitcast.ll | 4 %struct.NSObject = type { %struct.objc_class* } 6 %struct.objc_class = type opaque
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | 2008-03-24-CoalescerBug.ll | 3 %struct..0objc_object = type { %struct.objc_class* } 11 %struct.objc_class = type opaque
|
| /llvm-project-15.0.7/clang/test/Index/Inputs/ |
| H A D | declare-objc-predef.h | 2 typedef struct objc_class *Class
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | encode-test.m | 23 struct objc_class *isa; 54 struct objc_class *isa; 178 // CHECK: constant [14 x i8] c"{objc_class=}\00"
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | builtin_objc_msgSend.c | 5 typedef struct objc_class *Class;
|
| /llvm-project-15.0.7/llvm/test/MC/MachO/ |
| H A D | x86_64-sections.s | 20 .objc_class
|
| H A D | x86_32-sections.s | 24 .objc_class
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | InlineObjCInstanceMethod.h | 7 typedef struct objc_class *Class;
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | shallow-mode.m | 7 typedef struct objc_class *Class; struct
|