Home
last modified time | relevance | path

Searched refs:GetValueAddressType (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValue.h149 GetValueAddressType () const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValue.cpp145 Value::GetValueAddressType () const in GetValueAddressType() function in Value
HDValueObject.cpp1826 *address_type = m_value.GetValueAddressType (); in GetAddressOf()
1833 *address_type = m_value.GetValueAddressType (); in GetAddressOf()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDMaterializer.cpp264 … if (m_persistent_variable_sp->m_live_sp->GetValue().GetValueAddressType() != eAddressTypeLoad) in Dematerialize()