Home
last modified time | relevance | path

Searched refs:GetAddressTypeOfChildren (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp70 SetAddressTypeOfChildren(m_parent->GetAddressTypeOfChildren()); in UpdateValue()
H A DValueObjectChild.cpp124 switch (parent->GetAddressTypeOfChildren()) { in UpdateValue()
H A DValueObject.cpp1457 *address_type = GetAddressTypeOfChildren(); in GetPointerValue()
3047 AddressType ValueObject::GetAddressTypeOfChildren() { in GetAddressTypeOfChildren() function in ValueObject
3051 return root->GetAddressTypeOfChildren(); in GetAddressTypeOfChildren()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h763 AddressType GetAddressTypeOfChildren();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp227 if (valobj.GetAddressTypeOfChildren() != eAddressTypeLoad) in GetVTableAddress()