Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h51 class GSIHashTable {
75 const GSIHashTable &getGlobalsTable() const { return GlobalsTable; } in getGlobalsTable()
82 GSIHashTable GlobalsTable;
H A DPublicsStream.h37 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
50 GSIHashTable PublicsTable;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h36 class GSIHashTable; variable
100 Error dumpSymbolsFromGSI(const GSIHashTable &Table, bool HashExtras);
H A DYAMLOutputStyle.cpp347 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
H A DDumpOutputStyle.cpp1578 const GSIHashTable &Table = Globals.getGlobalsTable(); in dumpGlobals()
1631 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
1673 Error DumpOutputStyle::dumpSymbolsFromGSI(const GSIHashTable &Table, in dumpSymbolsFromGSI()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp172 Error GSIHashTable::read(BinaryStreamReader &Reader) { in read()