Searched refs:getStreamLayout (Results 1 – 7 of 7) 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() function 138 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() function 139 return ReadInterface.getStreamLayout(); in getStreamLayout()
92 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
214 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()