Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h114 bool hasPDBInfoStream() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp427 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream() function in PDBFile
430 if (!hasPDBInfoStream()) in hasPDBIpiStream()