Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp263 if (getPdb().hasPDBDbiStream()) { in dumpFileSummary()
471 if (!getPdb().hasPDBDbiStream()) { in dumpModules()
525 if (!getPdb().hasPDBDbiStream()) { in dumpModuleFiles()
1047 PDBFile &File = getPdb(); in dumpFpo()
1062 auto IS = getPdb().getStringTable(); in dumpStringTableFromPdb()
1406 if (getPdb().hasPDBStringTable()) { in dumpTpiStream()
1548 if (!getPdb().hasPDBSymbolStream()) { in dumpGSIRecords()
1582 if (!getPdb().hasPDBGlobalsStream()) { in dumpGlobals()
1776 if (!getPdb().hasPDBDbiStream()) { in dumpSectionHeaders()
1826 if (!getPdb().hasPDBDbiStream()) { in dumpSectionContribs()
[all …]
H A DDumpOutputStyle.h66 PDBFile &getPdb();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h108 llvm::pdb::PDBFile &getPdb() { return Input.pdb(); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1176 if (Error Err = createScopes(getPdb())) in createScopes()