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

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
  126       m_index.pdb().createIndexedStream(stream);
  147   PDBStringTable &strings = cantFail(m_index.pdb().getStringTable());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  557   PDBStringTable &strings = cantFail(index.pdb().getStringTable());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
  147   llvm::pdb::PDBFile &GetPDBFile() { return m_index->pdb(); }
  148   const llvm::pdb::PDBFile &GetPDBFile() const { return m_index->pdb(); }