OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCISA
(Results
1 - 8
of
8
) sorted by null
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h
49
clang::ObjCInterfaceDecl *GetDeclForISA(ObjCLanguageRuntime::
ObjCISA
isa);
56
typedef llvm::DenseMap<ObjCLanguageRuntime::
ObjCISA
, clang::ObjCInterfaceDecl *> ISAToInterfaceMap;
AppleObjCRuntimeV1.h
32
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;
AppleObjCRuntimeV2.h
86
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
isa, ObjCISA& ret_isa)
[
all
...]
AppleObjCRuntimeV1.cpp
178
//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);
AppleObjCRuntimeV2.cpp
659
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) :
[
all
...]
AppleObjCTypeVendor.cpp
176
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/
ObjCLanguageRuntime.h
138
typedef lldb::addr_t
ObjCISA
;
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
isa)
[
all
...]
/external/lldb/source/Target/
ObjCLanguageRuntime.cpp
45
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 54 milliseconds