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

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFile.h
  107   Expected<PDBStringTable &> getStringTable();

References

lib/DebugInfo/PDB/Native/NativeSession.cpp
  200   auto Strings = Pdb->getStringTable();
lib/DebugInfo/PDB/Native/PDBFile.cpp
  390     auto Strings = getStringTable();
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
  147   PDBStringTable &strings = cantFail(m_index.pdb().getStringTable());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  557   PDBStringTable &strings = cantFail(index.pdb().getStringTable());
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1135     auto &StringTable = Err(File.getStringTable());
 1170   auto IS = getPdb().getStringTable();
 1512       auto &Strings = Err(getPdb().getStringTable());
tools/llvm-pdbutil/InputFile.cpp
  171     auto StringTable = File->pdb().getStringTable();
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  110   auto ExpectedST = File.getStringTable();
  239       auto ExpectedST = File.getStringTable();