Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp741 m_encoding_to_type_sp(), m_CFBoolean_values(), in AppleObjCRuntimeV2()
3190 if (m_CFBoolean_values) in GetCFBooleanValuesIfNeeded()
3230 return (m_CFBoolean_values = {false_addr, true_addr}).operator bool(); in GetCFBooleanValuesIfNeeded()
3236 cf_true = m_CFBoolean_values->second; in GetValuesForGlobalCFBooleans()
3237 cf_false = m_CFBoolean_values->first; in GetValuesForGlobalCFBooleans()
H A DAppleObjCRuntimeV2.h448 std::optional<std::pair<lldb::addr_t, lldb::addr_t>> m_CFBoolean_values; variable