Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp284 if (process && process->IsPossibleDynamicValue(*this)) in GetDynamicValue()
H A DValueObject.cpp1739 return process->IsPossibleDynamicValue(*this); in IsPossibleDynamicType()
1994 if (process && process->IsPossibleDynamicValue(*this)) { in CalculateDynamicValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2366 bool IsPossibleDynamicValue(ValueObject &in_value);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1582 bool Process::IsPossibleDynamicValue(ValueObject &in_value) { in IsPossibleDynamicValue() function in Process