Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h100 virtual void GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true,
H A DAppleObjCRuntimeV2.h95 void GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true,
H A DAppleObjCRuntime.cpp318 void AppleObjCRuntime::GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true, in GetValuesForGlobalCFBooleans() function in AppleObjCRuntime
H A DAppleObjCRuntimeV2.cpp2594 void AppleObjCRuntimeV2::GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true, in GetValuesForGlobalCFBooleans() function in AppleObjCRuntimeV2
2600 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1066 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()