Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h36 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
49 GSIHashTable PublicsTable; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h36 const GSIHashTable &getPublicsTable() const { return PublicsTable; } in getPublicsTable()
49 GSIHashTable PublicsTable; variable
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp73 if (auto E = PublicsTable.read(Reader)) in reload()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp73 if (auto E = PublicsTable.read(Reader)) in reload()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp343 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics() local
353 for (uint32_t PubSymOff : PublicsTable) { in dumpPublics()
DDumpOutputStyle.cpp1743 const GSIHashTable &PublicsTable = Publics.getPublicsTable(); in dumpPublics() local
1751 Err(dumpSymbolsFromGSI(PublicsTable, opts::dump::DumpPublicExtras)); in dumpPublics()