Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DValue.h143 GetValueAddressType () const;
/external/lldb/source/Core/
DValue.cpp127 Value::GetValueAddressType () const in GetValueAddressType() function in Value
DValueObject.cpp1749 *address_type = m_value.GetValueAddressType (); in GetAddressOf()
/external/lldb/source/Expression/
DMaterializer.cpp263 … if (m_persistent_variable_sp->m_live_sp->GetValue().GetValueAddressType() != eAddressTypeLoad) in Dematerialize()