Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp258 P.formatLine("Has Debug Info: {0}", getPdb().hasPDBDbiStream()); in dumpFileSummary()
263 if (getPdb().hasPDBDbiStream()) { in dumpFileSummary()
386 if (!File.hasPDBDbiStream()) in loadSectionHeaders()
471 if (!getPdb().hasPDBDbiStream()) { in dumpModules()
525 if (!getPdb().hasPDBDbiStream()) { in dumpModuleFiles()
549 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpSymbolStats()
841 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpLines()
881 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpInlineeLines()
908 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpXmi()
948 if (File.isPdb() && !getPdb().hasPDBDbiStream()) { in dumpXme()
[all …]
H A DYAMLOutputStyle.cpp199 if (!File.hasPDBDbiStream()) in dumpDbiStream()
H A DBytesOutputStyle.cpp357 if (!File.hasPDBDbiStream()) { in iterateModules()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h110 bool hasPDBDbiStream() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp411 bool PDBFile::hasPDBDbiStream() const { in hasPDBDbiStream() function in PDBFile
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp903 if (!Pdb.hasPDBTpiStream() || !Pdb.hasPDBDbiStream()) in createScopes()