Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h228 ClassDescriptorSP GetNonKVOClassDescriptor(ValueObject &in_value);
235 ClassDescriptorSP GetNonKVOClassDescriptor(ObjCISA isa);
H A DObjCLanguageRuntime.cpp282 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ValueObject &valobj) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
316 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) { in GetNonKVOClassDescriptor() function in ObjCLanguageRuntime
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp423 runtime->GetNonKVOClassDescriptor(valobj)); in NSDictionarySummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp781 ClassDescriptorSP objc_class_sp(GetNonKVOClassDescriptor(in_value)); in GetDynamicTypeAndAddress()