HomeSort by: relevance | last modified time | path
    Searched refs:hasPDBInfoStream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 114 bool hasPDBInfoStream() const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp 427 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); }
430 if (!hasPDBInfoStream())

Completed in 53 milliseconds