Home
last modified time | relevance | path

Searched refs:GetNonKVOClassDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Target/
DObjCLanguageRuntime.cpp512 ClassDescriptorSP objc_class_sp (GetNonKVOClassDescriptor(isa)); in GetActualTypeName()
556 ObjCLanguageRuntime::GetNonKVOClassDescriptor (ValueObject& valobj) in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
586 ObjCLanguageRuntime::GetNonKVOClassDescriptor (ObjCISA isa) in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
/external/lldb/include/lldb/Target/
DObjCLanguageRuntime.h259 GetNonKVOClassDescriptor (ValueObject& in_value);
268 GetNonKVOClassDescriptor (ObjCISA isa);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp377 ClassDescriptorSP objc_class_sp (GetNonKVOClassDescriptor (in_value)); in GetDynamicTypeAndAddress()