Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h81 virtual lldb::DynamicValueType GetDynamicValueType() { in GetDynamicValueType() function
82 return ((m_parent != nullptr) ? m_parent->GetDynamicValueType() in GetDynamicValueType()
H A DValueObject.h602 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.cpp30 m_use_dynamic = valobj.GetDynamicValueType(); in DumpValueObjectOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h136 lldb::DynamicValueType GetDynamicValueType();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp232 valobj_sp->GetDynamicValueType(), true); in DoToAddress()
H A DCommandInterpreter.cpp1798 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessToken()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp124 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
H A DValueObject.cpp219 SetValueFormat(DataVisualization::GetFormat(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
221 DataVisualization::GetSummaryFormat(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
223 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
3697 lldb::DynamicValueType ValueObject::GetDynamicValueType() { in GetDynamicValueType() function in ValueObject
H A DFormatEntity.cpp806 target->GetDynamicValueType(), true) in DumpValue()