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

Overridden By

tools/lldb/include/lldb/Core/ValueObjectRegister.h
   39   lldb::ValueType GetValueType() const override {
   78   lldb::ValueType GetValueType() const override {
  125   lldb::ValueType GetValueType() const override {
tools/lldb/include/lldb/Target/StackFrameRecognizer.h
  141   lldb::ValueType GetValueType() const override { return m_type; }
tools/lldb/source/Core/ValueObjectCast.cpp
   57 lldb::ValueType ValueObjectCast::GetValueType() const {
tools/lldb/source/Core/ValueObjectChild.cpp
   48 lldb::ValueType ValueObjectChild::GetValueType() const {
tools/lldb/source/Core/ValueObjectConstResult.cpp
  194 lldb::ValueType ValueObjectConstResult::GetValueType() const {
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  110 lldb::ValueType ValueObjectDynamicValue::GetValueType() const {
tools/lldb/source/Core/ValueObjectMemory.cpp
  143 lldb::ValueType ValueObjectMemory::GetValueType() const {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  124 lldb::ValueType ValueObjectSynthetic::GetValueType() const {
tools/lldb/source/Core/ValueObjectVariable.cpp
  117 lldb::ValueType ValueObjectVariable::GetValueType() const {

References

tools/lldb/source/API/SBValue.cpp
  376     result = value_sp->GetValueType();
tools/lldb/source/Core/ValueObjectCast.cpp
   59   return m_parent->GetValueType();
tools/lldb/source/Core/ValueObjectChild.cpp
   49   return m_parent->GetValueType();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  111   return m_parent->GetValueType();
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  125   return m_parent->GetValueType();