Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDGlobalsStream.h50 class GSIHashTable {
74 const GSIHashTable &getGlobalsTable() const { return GlobalsTable; } in getGlobalsTable()
81 GSIHashTable GlobalsTable;
HDPublicsStream.h33 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
46 GSIHashTable PublicsTable;
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.h26 class GSIHashTable; variable
98 Error dumpSymbolsFromGSI(const GSIHashTable &Table, bool HashExtras);
HDYAMLOutputStyle.cpp343 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics()
HDDumpOutputStyle.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()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDGlobalsStream.cpp170 Error GSIHashTable::read(BinaryStreamReader &Reader) { in read()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp981 const GSIHashTable &Table = Globals.getGlobalsTable(); in createScopes()