Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp287 if (process && process->IsPossibleDynamicValue(*this)) in GetDynamicValue()
H A DValueObject.cpp1538 return process->IsPossibleDynamicValue(*this); in IsPossibleDynamicType()
1794 if (process && process->IsPossibleDynamicValue(*this)) { in CalculateDynamicValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2341 bool IsPossibleDynamicValue(ValueObject &in_value);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1550 bool Process::IsPossibleDynamicValue(ValueObject &in_value) { in IsPossibleDynamicValue() function in Process