Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp219 P.formatLine("Has Debug Info: {0}", getPdb().hasPDBDbiStream()); in dumpFileSummary()
224 if (getPdb().hasPDBDbiStream()) { in dumpFileSummary()
451 if (!File.hasPDBDbiStream()) in loadSectionHeaders()
537 if (!getPdb().hasPDBDbiStream()) { in dumpModules()
1325 if (!getPdb().hasPDBDbiStream()) { in dumpModuleSymsForPdb()
1617 if (!getPdb().hasPDBDbiStream()) { in dumpSectionContribs()
1663 if (!getPdb().hasPDBDbiStream()) { in dumpSectionMap()
DBytesOutputStyle.cpp360 if (!File.hasPDBDbiStream()) { in iterateModules()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h106 bool hasPDBDbiStream() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp404 bool PDBFile::hasPDBDbiStream() const { return StreamDBI < getNumStreams(); } in hasPDBDbiStream() function in PDBFile