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

Declarations

tools/lldb/include/lldb/Expression/DWARFExpression.h
   81   bool IsValid() const;

References

tools/lldb/source/Expression/Materializer.cpp
  518               !m_variable_sp->LocationExpression().IsValid()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2440           if (frame_base.IsValid())
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3356             (has_explicit_location && !location.IsValid());
tools/lldb/source/Symbol/Variable.cpp
  150   if (m_location.IsValid()) {