Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h33 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
46 GSIHashTable PublicsTable; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp71 if (auto E = PublicsTable.read(Reader)) in reload()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp343 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics() local
353 for (uint32_t PubSymOff : PublicsTable) { in dumpPublics()
H A DDumpOutputStyle.cpp1642 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics() local
1650 Err(dumpSymbolsFromGSI(PublicsTable, opts::dump::DumpPublicExtras)); in dumpPublics()