Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp222 ValueObject *root(GetRoot()); in IsInScope()
H A DValueObject.cpp3663 ValueObject *root(GetRoot()); in GetModule()
3669 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject
3690 ValueObject *root(GetRoot()); in GetAddressTypeOfChildren()
3720 if (GetRoot()) { in GetPreferredDisplayLanguage()
3721 if (GetRoot() == this) { in GetPreferredDisplayLanguage()
3729 type = GetRoot()->GetPreferredDisplayLanguage(); in GetPreferredDisplayLanguage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h475 ValueObject *GetRoot();
1087 GetRoot()->DoUpdateChildrenAddressType(*this); in UpdateChildrenAddressType()