Home
last modified time | relevance | path

Searched refs:GetDynamicValueType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectSynthetic.h81 virtual lldb::DynamicValueType GetDynamicValueType() { in GetDynamicValueType() function
82 return ((m_parent != nullptr) ? m_parent->GetDynamicValueType() in GetDynamicValueType()
H A DValueObject.h606 lldb::DynamicValueType GetDynamicValueType();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatClasses.cpp47 lldb::DynamicValueType FormattersMatchData::GetDynamicValueType() { in GetDynamicValueType() function in FormattersMatchData
H A DLanguageCategory.cpp97 lldb::DynamicValueType use_dynamic(match_data.GetDynamicValueType()); in GetHardcoded()
H A DDumpValueObjectOptions.cpp28 m_use_dynamic = valobj.GetDynamicValueType(); in DumpValueObjectOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h142 lldb::DynamicValueType GetDynamicValueType();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp232 valobj_sp->GetDynamicValueType(), true); in DoToAddress()
H A DCommandInterpreter.cpp1884 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessToken()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectSynthetic.cpp124 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
H A DValueObject.cpp217 SetValueFormat(DataVisualization::GetFormat(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
219 DataVisualization::GetSummaryFormat(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
221 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
3668 lldb::DynamicValueType ValueObject::GetDynamicValueType() { in GetDynamicValueType() function in ValueObject
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp936 result_sp->GetDynamicValueType(), /*synthValue=*/true); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp863 target->GetDynamicValueType(), true) in DumpValue()