Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp219 Expected<uint32_t> PDBFileBuilder::getNamedStreamIndex(StringRef Name) const { in getNamedStreamIndex() function in PDBFileBuilder
230 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()
DInfoStream.cpp89 Expected<uint32_t> InfoStream::getNamedStreamIndex(llvm::StringRef Name) const { in getNamedStreamIndex() function in InfoStream
DPDBFile.cpp373 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in getStringTable()
451 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStream.h48 uint32_t getNamedStreamIndex(llvm::StringRef Name) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStream.h55 Expected<uint32_t> getNamedStreamIndex(llvm::StringRef Name) const;
DPDBFileBuilder.h58 Expected<uint32_t> getNamedStreamIndex(StringRef Name) const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStream.cpp56 uint32_t InfoStream::getNamedStreamIndex(llvm::StringRef Name) const { in getNamedStreamIndex() function in InfoStream
DPDBFile.cpp275 uint32_t NameStreamIndex = IS->getNamedStreamIndex("/names"); in getStringTable()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp302 IS->getNamedStreamIndex(opts::raw::DumpStreamDataName); in dumpNamedStream()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp1254 Index = ExitOnErr(IS.getNamedStreamIndex(opts::exportstream::Stream)); in exportStream()