Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h85 AddressType GetValueAddressType() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp111 AddressType Value::GetValueAddressType() const { in GetValueAddressType() function in Value
H A DValueObject.cpp1387 *address_type = m_value.GetValueAddressType(); in GetAddressOf()
1392 *address_type = m_value.GetValueAddressType(); in GetAddressOf()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp280 .GetValueAddressType() != eAddressTypeLoad) { in Dematerialize()