Searched refs:GetDynamicValueType (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DFormatClasses.cpp47 lldb::DynamicValueType FormattersMatchData::GetDynamicValueType() { function in class:FormattersMatchData
H A DLanguageCategory.cpp97 lldb::DynamicValueType use_dynamic(match_data.GetDynamicValueType());
H A DDumpValueObjectOptions.cpp29 m_use_dynamic = valobj.GetDynamicValueType();
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h80 virtual lldb::DynamicValueType GetDynamicValueType() { function in class:lldb_private::ValueObjectSynthetic
81 return ((m_parent != nullptr) ? m_parent->GetDynamicValueType()
H A DValueObject.h588 lldb::DynamicValueType GetDynamicValueType();
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h136 lldb::DynamicValueType GetDynamicValueType();
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionArgParser.cpp197 valobj_sp->GetDynamicValueType(), true);
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp113 if (IsDynamic() && GetDynamicValueType() == valueType)
H A DValueObject.cpp220 DataVisualization::GetSummaryFormat(*this, GetDynamicValueType()));
223 DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType()));
3071 lldb::DynamicValueType ValueObject::GetDynamicValueType() {
H A DFormatEntity.cpp781 target->GetDynamicValueType(), true)

Completed in 611 milliseconds