Searched refs:ObjCISA (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h32 ClassDescriptorV1 (ObjCISA isa, lldb::ProcessSP process_sp);
64 virtual ObjCISA
71 Describe (std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
82 Initialize (ObjCISA isa, lldb::ProcessSP process_sp);
86 ObjCISA m_isa;
87 ObjCISA m_parent_isa;
H A DAppleObjCTypeVendor.h49 clang::ObjCInterfaceDecl *GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa);
56 typedef llvm::DenseMap<ObjCLanguageRuntime::ObjCISA, clang::ObjCInterfaceDecl *> ISAToInterfaceMap;
H A DAppleObjCRuntimeV2.h86 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA = 1;
87 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSAtom = 2;
88 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSNumber = 3;
89 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDateTS = 4;
90 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSManagedObject = 5;
91 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDate = 6;
94 GetActualTypeName(ObjCLanguageRuntime::ObjCISA isa);
100 GetClassDescriptor (ObjCISA isa);
141 GetClassDescriptor (ObjCISA isa);
149 EvaluateNonPointerISA (ObjCISA is
[all...]
H A DAppleObjCRuntimeV1.cpp178 //ObjCLanguageRuntime::ObjCISA
215 AppleObjCRuntimeV1::ClassDescriptorV1::ClassDescriptorV1 (ObjCISA isa, lldb::ProcessSP process_sp)
221 AppleObjCRuntimeV1::ClassDescriptorV1::Initialize (ObjCISA isa, lldb::ProcessSP process_sp)
309 AppleObjCRuntimeV1::ClassDescriptorV1::Describe (std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
423 ObjCISA isa;
435 log->Printf("AppleObjCRuntimeV1 added (ObjCISA)0x%" PRIx64 " from _objc_debug_class_hash to isa->descriptor cache", isa);
457 log->Printf("AppleObjCRuntimeV1 added (ObjCISA)0x%" PRIx64 " from _objc_debug_class_hash to isa->descriptor cache", isa);
H A DAppleObjCRuntimeV2.cpp659 typedef std::pair<ConstString, ObjCLanguageRuntime::ObjCISA> element;
731 return element(ConstString(key_string.c_str()), (ObjCLanguageRuntime::ObjCISA)value);
855 ClassDescriptorV2 (AppleObjCRuntimeV2 &runtime, ObjCLanguageRuntime::ObjCISA isa, const char *name) :
940 virtual ObjCLanguageRuntime::ObjCISA
947 Describe (std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
998 metaclass.Describe(std::function <void (ObjCLanguageRuntime::ObjCISA)> (nullptr),
1036 ObjCLanguageRuntime::ObjCISA m_isa; // The class's metaclass.
1037 ObjCLanguageRuntime::ObjCISA m_superclass;
1188 ObjCLanguageRuntime::ObjCISA m_firstSubclass;
1189 ObjCLanguageRuntime::ObjCISA m_nextSiblingClas
[all...]
H A DAppleObjCTypeVendor.cpp176 AppleObjCTypeVendor::GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa)
501 ObjCLanguageRuntime::ObjCISA objc_isa = 0;
521 auto superclass_func = [interface_decl, this](ObjCLanguageRuntime::ObjCISA isa)
661 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name);
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h138 typedef lldb::addr_t ObjCISA; typedef in class:lldb_private::ObjCLanguageRuntime
216 virtual ObjCISA
221 Describe (std::function <void (ObjCISA)> const &superclass_func,
265 GetClassDescriptorFromISA (ObjCISA isa);
268 GetNonKVOClassDescriptor (ObjCISA isa);
319 IsValidISA(ObjCISA isa)
337 virtual ObjCISA
341 GetActualTypeName(ObjCISA isa);
343 virtual ObjCISA
344 GetParentClass(ObjCISA is
[all...]
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp45 ObjCLanguageRuntime::AddClass (ObjCISA isa, const ClassDescriptorSP &descriptor_sp, const char *class_name)
449 ObjCLanguageRuntime::ObjCISA
496 ObjCLanguageRuntime::ObjCISA
497 ObjCLanguageRuntime::GetParentClass(ObjCLanguageRuntime::ObjCISA isa)
510 ObjCLanguageRuntime::GetActualTypeName(ObjCLanguageRuntime::ObjCISA isa)
546 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error);
573 ObjCLanguageRuntime::GetClassDescriptorFromISA (ObjCISA isa)
586 ObjCLanguageRuntime::GetNonKVOClassDescriptor (ObjCISA isa)

Completed in 296 milliseconds