Home
last modified time | relevance | path

Searched refs:GSIHashTable (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h50 class GSIHashTable {
74 const GSIHashTable &getGlobalsTable() const { return GlobalsTable; } in getGlobalsTable()
81 GSIHashTable GlobalsTable;
H A DPublicsStream.h33 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
46 GSIHashTable PublicsTable;
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h29 class GSIHashTable; variable
101 Error dumpSymbolsFromGSI(const GSIHashTable &Table, bool HashExtras);
H A DYAMLOutputStyle.cpp343 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
H A DDumpOutputStyle.cpp1589 const GSIHashTable &Table = Globals.getGlobalsTable(); in dumpGlobals()
1642 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
1684 Error DumpOutputStyle::dumpSymbolsFromGSI(const GSIHashTable &Table, in dumpSymbolsFromGSI()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp170 Error GSIHashTable::read(BinaryStreamReader &Reader) { in read()