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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h36 clang::ObjCInterfaceDecl *GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa);
44 typedef llvm::DenseMap<ObjCLanguageRuntime::ObjCISA,
H A DAppleObjCRuntimeV2.h74 ClassDescriptorSP GetClassDescriptorFromISA(ObjCISA isa) override;
97 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA = 1;
98 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSAtom = 2;
99 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSNumber = 3;
100 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDateTS = 4;
101 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSManagedObject =
103 static const ObjCLanguageRuntime::ObjCISA g_objc_Tagged_ISA_NSDate = 6;
132 ObjCLanguageRuntime::ClassDescriptorSP GetClassDescriptor(ObjCISA isa);
146 bool EvaluateNonPointerISA(ObjCISA isa, ObjCISA
[all...]
H A DAppleObjCRuntimeV1.h48 ClassDescriptorV1(ObjCISA isa, lldb::ProcessSP process_sp);
69 ObjCISA GetISA() override { return m_isa; }
72 Describe(std::function<void(ObjCLanguageRuntime::ObjCISA)> const
82 void Initialize(ObjCISA isa, lldb::ProcessSP process_sp);
86 ObjCISA m_isa;
87 ObjCISA m_parent_isa;
H A DAppleObjCClassDescriptorV2.h46 ObjCLanguageRuntime::ObjCISA GetISA() override { return m_objc_class_ptr; }
49 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
74 ObjCLanguageRuntime::ObjCISA m_isa; // The class's metaclass.
75 ObjCLanguageRuntime::ObjCISA m_superclass;
129 ObjCLanguageRuntime::ObjCISA m_firstSubclass;
130 ObjCLanguageRuntime::ObjCISA m_nextSiblingClass;
213 ObjCLanguageRuntime::ObjCISA isa, const char *name)
309 ObjCLanguageRuntime::ObjCISA GetISA() override {
H A DAppleObjCRuntimeV1.cpp186 ObjCISA isa, lldb::ProcessSP process_sp) {
191 ObjCISA isa, lldb::ProcessSP process_sp) {
278 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
387 ObjCISA isa;
399 "AppleObjCRuntimeV1 added (ObjCISA)0x%" PRIx64
423 "AppleObjCRuntimeV1 added (ObjCISA)0x%" PRIx64
H A DAppleObjCDeclVendor.cpp158 AppleObjCDeclVendor::GetDeclForISA(ObjCLanguageRuntime::ObjCISA isa) {
415 ObjCLanguageRuntime::ObjCISA objc_isa = 0;
437 this](ObjCLanguageRuntime::ObjCISA isa) {
604 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name);
H A DAppleObjCRuntimeV2.cpp1015 typedef std::pair<ConstString, ObjCLanguageRuntime::ObjCISA> element;
1083 (ObjCLanguageRuntime::ObjCISA)value);
1170 AppleObjCRuntimeV2::GetClassDescriptorFromISA(ObjCISA isa) {
1207 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error);
1502 ObjCISA isa = data.GetPointer(&offset);
1821 "AppleObjCRuntimeV2 added (ObjCISA)0x%" PRIx64
2025 std::function<void(ObjCISA)>(nullptr),
2340 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data);
2428 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data);
2462 AppleObjCRuntimeV2::NonPointerISACache::GetClassDescriptor(ObjCISA is
[all...]
H A DAppleObjCClassDescriptorV2.cpp337 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
388 std::function<void(ObjCLanguageRuntime::ObjCISA)>(nullptr),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h42 typedef lldb::addr_t ObjCISA; typedef in class:lldb_private::ObjCLanguageRuntime::ObjCRuntimeVersions
101 virtual ObjCISA GetISA() = 0;
105 Describe(std::function<void(ObjCISA)> const &superclass_func,
222 virtual ClassDescriptorSP GetClassDescriptorFromISA(ObjCISA isa);
224 ClassDescriptorSP GetNonKVOClassDescriptor(ObjCISA isa);
259 bool IsValidISA(ObjCISA isa) {
272 virtual ObjCISA GetISA(ConstString name);
274 virtual ObjCISA GetParentClass(ObjCISA isa);
310 bool ISAIsCached(ObjCISA is
[all...]
H A DObjCLanguageRuntime.cpp50 bool ObjCLanguageRuntime::AddClass(ObjCISA isa,
161 ObjCLanguageRuntime::ObjCISA
214 ObjCLanguageRuntime::ObjCISA
215 ObjCLanguageRuntime::GetParentClass(ObjCLanguageRuntime::ObjCISA isa) {
248 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error);
273 ObjCLanguageRuntime::GetClassDescriptorFromISA(ObjCISA isa) {
285 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) {

Completed in 75 milliseconds