Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp73 SetAddressTypeOfChildren(m_parent->GetAddressTypeOfChildren()); in UpdateValue()
H A DValueObjectChild.cpp124 switch (parent->GetAddressTypeOfChildren()) { in UpdateValue()
H A DValueObject.cpp1626 *address_type = GetAddressTypeOfChildren(); in GetPointerValue()
3688 AddressType ValueObject::GetAddressTypeOfChildren() { in GetAddressTypeOfChildren() function in ValueObject
3692 return root->GetAddressTypeOfChildren(); in GetAddressTypeOfChildren()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h838 AddressType GetAddressTypeOfChildren();
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp233 if (valobj.GetAddressTypeOfChildren() != eAddressTypeLoad) in GetVTableAddress()