Home
last modified time | relevance | path

Searched refs:PublicsTable (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDPublicsStream.h33 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
46 GSIHashTable PublicsTable; variable
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDPublicsStream.cpp70 if (auto E = PublicsTable.read(Reader)) in reload()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDYAMLOutputStyle.cpp343 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics() local
353 for (uint32_t PubSymOff : PublicsTable) { in dumpPublics()
HDDumpOutputStyle.cpp1644 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics() local
1652 Err(dumpSymbolsFromGSI(PublicsTable, opts::dump::DumpPublicExtras)); in dumpPublics()