Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp220 ValueObject *root(GetRoot()); in IsInScope()
H A DValueObject.cpp3004 ValueObject *root(GetRoot()); in GetModule()
3010 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject
3031 ValueObject *root(GetRoot()); in GetAddressTypeOfChildren()
3061 if (GetRoot()) { in GetPreferredDisplayLanguage()
3062 if (GetRoot() == this) { in GetPreferredDisplayLanguage()
3070 type = GetRoot()->GetPreferredDisplayLanguage(); in GetPreferredDisplayLanguage()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h451 ValueObject *GetRoot();
997 GetRoot()->DoUpdateChildrenAddressType(*this); in UpdateChildrenAddressType()