Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectVariable.h72 void DoUpdateChildrenAddressType(ValueObject &valobj) override;
H A DValueObject.h1099 virtual void DoUpdateChildrenAddressType(ValueObject &valobj) {}; in DoUpdateChildrenAddressType() function
1104 GetRoot()->DoUpdateChildrenAddressType(*this); in UpdateChildrenAddressType()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVariable.cpp254 void ValueObjectVariable::DoUpdateChildrenAddressType(ValueObject &valobj) { in DoUpdateChildrenAddressType() function in ValueObjectVariable