Home
last modified time | relevance | path

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

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