Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h108 bool hasPDBInfoStream() const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp418 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream() function in PDBFile
421 if (!hasPDBInfoStream()) in hasPDBIpiStream()