Home
last modified time | relevance | path

Searched refs:IsPossibleDynamicValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp279 if (process && process->IsPossibleDynamicValue(*this)) in GetDynamicValue()
H A DValueObject.cpp1700 return process->IsPossibleDynamicValue(*this); in IsPossibleDynamicType()
1958 if (process && process->IsPossibleDynamicValue(*this)) { in CalculateDynamicValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2536 bool IsPossibleDynamicValue(ValueObject &in_value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1773 bool Process::IsPossibleDynamicValue(ValueObject &in_value) { in IsPossibleDynamicValue() function in Process