Searched refs:getStreamLayout (Results 1 – 7 of 7) sorted by relevance
204 auto Layout = File.getStreamLayout(StreamPDB); in dumpNameMap()234 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionContributions()245 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionMap()256 auto Layout = File.getStreamLayout(StreamDBI); in dumpModuleInfos()267 auto Layout = File.getStreamLayout(StreamDBI); in dumpFileInfo()278 auto Layout = File.getStreamLayout(StreamDBI); in dumpTypeServerMap()289 auto Layout = File.getStreamLayout(StreamDBI); in dumpECData()308 auto Layout = File.getStreamLayout(StreamIdx); in dumpTypeIndex()352 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule()
210 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData()
249 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset()
84 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout() function141 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() function142 return ReadInterface.getStreamLayout(); in getStreamLayout()
89 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
244 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile
400 uint32_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()