Home
last modified time | relevance | path

Searched refs:hasPDBInfoStream (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h108 bool hasPDBInfoStream() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp416 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream() function in PDBFile
419 if (!hasPDBInfoStream()) in hasPDBIpiStream()