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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStream.h 54 Expected<uint32_t> getNamedStreamIndex(llvm::StringRef Name) const;
PDBFileBuilder.h 57 Expected<uint32_t> getNamedStreamIndex(StringRef Name) const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFileBuilder.cpp 216 Expected<uint32_t> PDBFileBuilder::getNamedStreamIndex(StringRef Name) const {
227 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock"));
251 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName));
274 auto ExpectedSN = getNamedStreamIndex("/names");
InfoStream.cpp 88 Expected<uint32_t> InfoStream::getNamedStreamIndex(llvm::StringRef Name) const {
PDBFile.cpp 462 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names");
475 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/src/headerblock");
502 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 1384 Index = ExitOnErr(IS.getNamedStreamIndex(opts::exportstream::Stream));

Completed in 17 milliseconds