Home
last modified time | relevance | path

Searched refs:GetRoot (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectChild.cpp222 ValueObject *root(GetRoot()); in IsInScope()
H A DValueObject.cpp3634 ValueObject *root(GetRoot()); in GetModule()
3640 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject
3661 ValueObject *root(GetRoot()); in GetAddressTypeOfChildren()
3691 if (GetRoot()) { in GetPreferredDisplayLanguage()
3692 if (GetRoot() == this) { in GetPreferredDisplayLanguage()
3700 type = GetRoot()->GetPreferredDisplayLanguage(); in GetPreferredDisplayLanguage()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h475 ValueObject *GetRoot();
1104 GetRoot()->DoUpdateChildrenAddressType(*this); in UpdateChildrenAddressType()