Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h103 lldb::addr_t &cf_false);
H A DAppleObjCRuntime.cpp340 lldb::addr_t &cf_false) { in GetValuesForGlobalCFBooleans() argument
341 cf_true = cf_false = LLDB_INVALID_ADDRESS; in GetValuesForGlobalCFBooleans()
H A DAppleObjCRuntimeV2.h96 lldb::addr_t &cf_false) override;
H A DAppleObjCRuntimeV2.cpp3217 lldb::addr_t &cf_false) { in GetValuesForGlobalCFBooleans() argument
3220 cf_false = m_CFBoolean_values->first; in GetValuesForGlobalCFBooleans()
3222 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1160 cf_false = LLDB_INVALID_ADDRESS; in ObjCBooleanSummaryProvider() local
1161 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
1166 if (valobj_ptr_value == cf_false) { in ObjCBooleanSummaryProvider()