Home
last modified time | relevance | path

Searched refs:getNamedStreamIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp226 Expected<uint32_t> PDBFileBuilder::getNamedStreamIndex(StringRef Name) const { in getNamedStreamIndex() function in PDBFileBuilder
237 uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock")); in commitSrcHeaderBlock()
262 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources()
285 auto ExpectedSN = getNamedStreamIndex("/names"); in commit()
H A DPDBFile.cpp460 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable()
473 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/src/headerblock"); in hasPDBInjectedSourceStream()
500 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream()
H A DInfoStream.cpp86 Expected<uint32_t> InfoStream::getNamedStreamIndex(llvm::StringRef Name) const { in getNamedStreamIndex() function in InfoStream
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h51 LLVM_ABI Expected<uint32_t> getNamedStreamIndex(llvm::StringRef Name) const;
H A DPDBFileBuilder.h61 LLVM_ABI Expected<uint32_t> getNamedStreamIndex(StringRef Name) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1413 Index = ExitOnErr(IS.getNamedStreamIndex(opts::exportstream::Stream)); in exportStream()