Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLanguageCategory.cpp137 lldb::DynamicValueType use_dynamic(match_data.GetDynamicValueType()); in GetHardcoded()
157 lldb::DynamicValueType use_dynamic(match_data.GetDynamicValueType()); in GetHardcoded()
177 lldb::DynamicValueType use_dynamic(match_data.GetDynamicValueType()); in GetHardcoded()
197 lldb::DynamicValueType use_dynamic(match_data.GetDynamicValueType()); in GetHardcoded()
H A DFormatClasses.cpp48 lldb::DynamicValueType FormattersMatchData::GetDynamicValueType() { in GetDynamicValueType() function in FormattersMatchData
H A DDumpValueObjectOptions.cpp31 m_use_dynamic = valobj.GetDynamicValueType(); in DumpValueObjectOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h90 virtual lldb::DynamicValueType GetDynamicValueType() { in GetDynamicValueType() function
91 return ((m_parent != nullptr) ? m_parent->GetDynamicValueType() in GetDynamicValueType()
H A DValueObject.h605 lldb::DynamicValueType GetDynamicValueType();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h102 lldb::DynamicValueType GetDynamicValueType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionArgParser.cpp191 valobj_sp->GetDynamicValueType(), true); in ToAddress()
H A DCommandInterpreter.cpp1519 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp113 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
H A DValueObject.cpp250 DataVisualization::GetSummaryFormat(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
253 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
255 SetValidator(DataVisualization::GetValidator(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
3215 lldb::DynamicValueType ValueObject::GetDynamicValueType() { in GetDynamicValueType() function in ValueObject
H A DFormatEntity.cpp812 target->GetDynamicValueType(), true) in DumpValue()