Home
last modified time | relevance | path

Searched refs:GetISA (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Target/
DObjCLanguageRuntime.h217 GetISA () = 0;
338 GetISA(const ConstString &name);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.h65 GetISA () in GetISA() function
DAppleObjCTypeVendor.cpp661 ObjCLanguageRuntime::ObjCISA isa = m_runtime.GetISA(name); in FindTypes()
DAppleObjCRuntimeV2.cpp941 GetISA () in GetISA() function in ClassDescriptorV2
1560 GetISA () in GetISA() function in ClassDescriptorV2Tagged
2349 ret = descriptor->GetISA(); in LookupRuntimeSymbol()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp450 ObjCLanguageRuntime::GetISA(const ConstString &name) in GetISA() function in ObjCLanguageRuntime
504 return objc_super_class_sp->GetISA(); in GetParentClass()