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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h114 bool hasPDBInfoStream() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp427 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } function in class:PDBFile
430 if (!hasPDBInfoStream())

Completed in 40 milliseconds