Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h28 class GSIHashTable; variable
100 Error dumpSymbolsFromGSI(const GSIHashTable &Table, bool HashExtras);
H A DYAMLOutputStyle.cpp343 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
H A DDumpOutputStyle.cpp1591 const GSIHashTable &Table = Globals.getGlobalsTable(); in dumpGlobals()
1644 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
1686 Error DumpOutputStyle::dumpSymbolsFromGSI(const GSIHashTable &Table, in dumpSymbolsFromGSI()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp170 Error GSIHashTable::read(BinaryStreamReader &Reader) { in read()