Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h85 AddressType GetValueAddressType() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp108 AddressType Value::GetValueAddressType() const { in GetValueAddressType() function in Value
H A DValueObject.cpp1422 *address_type = m_value.GetValueAddressType(); in GetAddressOf()
1427 *address_type = m_value.GetValueAddressType(); in GetAddressOf()
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp279 .GetValueAddressType() != eAddressTypeLoad) { in Dematerialize()