Searched refs:getStreamLayout (Results 1 – 8 of 8) sorted by relevance
203 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()
250 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset()
81 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout() function138 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() function139 return ReadInterface.getStreamLayout(); in getStreamLayout()
524 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks.size()); in TEST()525 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks[0]); in TEST()539 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks.size()); in TEST()540 EXPECT_EQ(2u, FpmStream->getStreamLayout().Blocks[0]); in TEST()
92 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
213 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData()
244 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile
397 uint64_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()