Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h102 virtual void GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true,
H A DAppleObjCRuntime.cpp340 void AppleObjCRuntime::GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true, in GetValuesForGlobalCFBooleans() argument
342 cf_true = cf_false = LLDB_INVALID_ADDRESS; in GetValuesForGlobalCFBooleans()
H A DAppleObjCRuntimeV2.h100 void GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true,
H A DAppleObjCRuntimeV2.cpp3388 void AppleObjCRuntimeV2::GetValuesForGlobalCFBooleans(lldb::addr_t &cf_true, in GetValuesForGlobalCFBooleans() argument
3391 cf_true = m_CFBoolean_values->second; in GetValuesForGlobalCFBooleans()
3394 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1170 lldb::addr_t cf_true = LLDB_INVALID_ADDRESS, in ObjCBooleanSummaryProvider() local
1172 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
1173 if (valobj_ptr_value == cf_true) { in ObjCBooleanSummaryProvider()