Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h49 class GSIHashTable {
72 const GSIHashTable &getGlobalsTable() const { return GlobalsTable; } in getGlobalsTable()
76 GSIHashTable GlobalsTable;
DPublicsStream.h37 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
50 GSIHashTable PublicsTable;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h36 class GSIHashTable; variable
94 Error dumpSymbolsFromGSI(const GSIHashTable &Table, bool HashExtras);
DDumpOutputStyle.cpp1414 const GSIHashTable &Table = Globals.getGlobalsTable(); in dumpGlobals()
1435 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
1477 Error DumpOutputStyle::dumpSymbolsFromGSI(const GSIHashTable &Table, in dumpSymbolsFromGSI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp115 Error GSIHashTable::read(BinaryStreamReader &Reader) { in read()