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

Declarations

tools/lldb/include/lldb/Symbol/LineTable.h
  177   uint32_t GetSize() const;

References

tools/lldb/source/API/SBCompileUnit.cpp
   63       return line_table->GetSize();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1129   if (line_table->GetSize() == 0)
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  851           uint32_t num_line_entries = line_table->GetSize();
 1863   if (line_table->GetSize()) {
tools/lldb/tools/lldb-test/lldb-test.cpp
  663     uint32_t count = lt->GetSize();