Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDPDBFile.h114 bool hasPDBInfoStream() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDPDBFile.cpp426 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream() function in PDBFile
429 if (!hasPDBInfoStream()) in hasPDBIpiStream()