Home
last modified time | relevance | path

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

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