reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  577   lldb::DynamicValueType GetDynamicValueType();

References

tools/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
   82     return ((m_parent != nullptr) ? m_parent->GetDynamicValueType()
tools/lldb/source/Core/FormatEntity.cpp
  793                        target->GetDynamicValueType(), true)
tools/lldb/source/Core/ValueObject.cpp
  296         DataVisualization::GetSummaryFormat(*this, GetDynamicValueType()));
  299         DataVisualization::GetSyntheticChildren(*this, GetDynamicValueType()));
  301     SetValidator(DataVisualization::GetValidator(*this, GetDynamicValueType()));
tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
   30   m_use_dynamic = valobj.GetDynamicValueType();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1508                 expr_result_valobj_sp->GetDynamicValueType(), true);
tools/lldb/source/Interpreter/OptionArgParser.cpp
  190           valobj_sp->GetDynamicValueType(), true);