Searched refs:getNamedStreamIndex (Results 1 – 10 of 10) sorted by relevance
219 Expected<uint32_t> PDBFileBuilder::getNamedStreamIndex(StringRef Name) const { in getNamedStreamIndex() function in PDBFileBuilder230 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock")); in commitSrcHeaderBlock()254 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources()276 auto ExpectedSN = getNamedStreamIndex("/names"); in commit()
89 Expected<uint32_t> InfoStream::getNamedStreamIndex(llvm::StringRef Name) const { in getNamedStreamIndex() function in InfoStream
373 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in getStringTable()451 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable()
48 uint32_t getNamedStreamIndex(llvm::StringRef Name) const;
55 Expected<uint32_t> getNamedStreamIndex(llvm::StringRef Name) const;
58 Expected<uint32_t> getNamedStreamIndex(StringRef Name) const;
56 uint32_t InfoStream::getNamedStreamIndex(llvm::StringRef Name) const { in getNamedStreamIndex() function in InfoStream
275 uint32_t NameStreamIndex = IS->getNamedStreamIndex("/names"); in getStringTable()
302 IS->getNamedStreamIndex(opts::raw::DumpStreamDataName); in dumpNamedStream()
1254 Index = ExitOnErr(IS.getNamedStreamIndex(opts::exportstream::Stream)); in exportStream()