Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h79 virtual lldb::DynamicValueType GetDynamicValueType() { in GetDynamicValueType() function
80 return ((m_parent != nullptr) ? m_parent->GetDynamicValueType() in GetDynamicValueType()
H A DValueObject.h588 lldb::DynamicValueType GetDynamicValueType();
/llvm-project-15.0.7/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.cpp29 m_use_dynamic = valobj.GetDynamicValueType(); in DumpValueObjectOptions()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h96 lldb::DynamicValueType GetDynamicValueType();
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionArgParser.cpp192 valobj_sp->GetDynamicValueType(), true); in ToAddress()
H A DCommandInterpreter.cpp1739 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessCommand()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp112 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
H A DValueObject.cpp219 DataVisualization::GetSummaryFormat(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
222 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
3059 lldb::DynamicValueType ValueObject::GetDynamicValueType() { in GetDynamicValueType() function in ValueObject
H A DFormatEntity.cpp788 target->GetDynamicValueType(), true) in DumpValue()