Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h36 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
49 GSIHashTable PublicsTable;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h35 class GSIHashTable; variable
107 Error dumpSymbolsFromGSI(const GSIHashTable &Table, bool HashExtras);
H A DYAMLOutputStyle.cpp343 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
H A DDumpOutputStyle.cpp1686 const GSIHashTable &Table = Globals.getGlobalsTable(); in dumpGlobals()
1739 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
1781 Error DumpOutputStyle::dumpSymbolsFromGSI(const GSIHashTable &Table, in dumpSymbolsFromGSI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp171 Error GSIHashTable::read(BinaryStreamReader &Reader) { in read()