Home
last modified time | relevance | path

Searched refs:m_CFBoolean_values (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp742 m_encoding_to_type_sp(), m_CFBoolean_values(), in AppleObjCRuntimeV2()
3345 if (m_CFBoolean_values) in GetCFBooleanValuesIfNeeded()
3385 return (m_CFBoolean_values = {false_addr, true_addr}).operator bool(); in GetCFBooleanValuesIfNeeded()
3391 cf_true = m_CFBoolean_values->second; in GetValuesForGlobalCFBooleans()
3392 cf_false = m_CFBoolean_values->first; in GetValuesForGlobalCFBooleans()
H A DAppleObjCRuntimeV2.h475 std::optional<std::pair<lldb::addr_t, lldb::addr_t>> m_CFBoolean_values; variable