Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h80 virtual lldb::DynamicValueType GetDynamicValueType() { in GetDynamicValueType() function
81 return ((m_parent != nullptr) ? m_parent->GetDynamicValueType() in GetDynamicValueType()
H A DValueObject.h588 lldb::DynamicValueType GetDynamicValueType();
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h136 lldb::DynamicValueType GetDynamicValueType();
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionArgParser.cpp197 valobj_sp->GetDynamicValueType(), true); in ToAddress()
H A DCommandInterpreter.cpp1779 expr_result_valobj_sp->GetDynamicValueType(), true); in PreprocessCommand()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp113 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
H A DValueObject.cpp220 DataVisualization::GetSummaryFormat(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
223 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType())); in UpdateFormatsIfNeeded()
3071 lldb::DynamicValueType ValueObject::GetDynamicValueType() { in GetDynamicValueType() function in ValueObject
H A DFormatEntity.cpp781 target->GetDynamicValueType(), true) in DumpValue()