Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.h102 virtual void GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true,
HDAppleObjCRuntimeV2.h100 void GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true,
HDAppleObjCRuntime.cpp346 void AppleObjCRuntime::GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true, in GetValuesForGlobalCFBooleans() function in AppleObjCRuntime
HDAppleObjCRuntimeV2.cpp3364 void AppleObjCRuntimeV2::GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true, in GetValuesForGlobalCFBooleans() function in AppleObjCRuntimeV2
3370 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDCocoa.cpp1174 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()