Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValue.h85 AddressType GetValueAddressType() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValue.cpp111 AddressType Value::GetValueAddressType() const { in GetValueAddressType() function in Value
HDValueObject.cpp1588 *address_type = m_value.GetValueAddressType(); in GetAddressOf()
1593 *address_type = m_value.GetValueAddressType(); in GetAddressOf()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDMaterializer.cpp280 .GetValueAddressType() != eAddressTypeLoad) { in Dematerialize()