Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h85 AddressType GetValueAddressType() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp113 AddressType Value::GetValueAddressType() const { in GetValueAddressType() function in Value
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp291 .GetValueAddressType() != eAddressTypeLoad) { in Dematerialize()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1621 m_value.GetValueAddressType()}; in GetAddressOf()
1623 return {LLDB_INVALID_ADDRESS, m_value.GetValueAddressType()}; in GetAddressOf()