Home
last modified time | relevance | path

Searched refs:getStreamLayout (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp203 auto Layout = File.getStreamLayout(StreamPDB); in dumpNameMap()
233 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionContributions()
244 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionMap()
255 auto Layout = File.getStreamLayout(StreamDBI); in dumpModuleInfos()
266 auto Layout = File.getStreamLayout(StreamDBI); in dumpFileInfo()
277 auto Layout = File.getStreamLayout(StreamDBI); in dumpTypeServerMap()
288 auto Layout = File.getStreamLayout(StreamDBI); in dumpECData()
307 auto Layout = File.getStreamLayout(StreamIdx); in dumpTypeIndex()
349 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule()
H A DExplainOutputStyle.cpp251 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h81 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout() function
138 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() function
139 return ReadInterface.getStreamLayout(); in getStreamLayout()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/MSF/
H A DMappedBlockStreamTest.cpp522 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks.size()); in TEST()
523 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks[0]); in TEST()
537 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks.size()); in TEST()
538 EXPECT_EQ(2u, FpmStream->getStreamLayout().Blocks[0]); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h92 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp214 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData()
H A DPDBFile.cpp245 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp398 uint64_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()