Home
last modified time | relevance | path

Searched refs:hasPDBDbiStream (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp262 if (getPdb().hasPDBDbiStream()) { in dumpFileSummary()
385 if (!File.hasPDBDbiStream()) in loadSectionHeaders()
470 if (!getPdb().hasPDBDbiStream()) { in dumpModules()
524 if (!getPdb().hasPDBDbiStream()) { in dumpModuleFiles()
548 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpSymbolStats()
839 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpLines()
879 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpInlineeLines()
1046 if (!File.hasPDBDbiStream()) { in dumpFpo()
1773 if (!getPdb().hasPDBDbiStream()) { in dumpSectionHeaders()
1823 if (!getPdb().hasPDBDbiStream()) { in dumpSectionContribs()
[all …]
H A DYAMLOutputStyle.cpp199 if (!File.hasPDBDbiStream()) in dumpDbiStream()
H A DBytesOutputStyle.cpp357 if (!File.hasPDBDbiStream()) { in iterateModules()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h110 bool hasPDBDbiStream() const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp412 bool PDBFile::hasPDBDbiStream() const { in hasPDBDbiStream() function in PDBFile