Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DLinePrinter.cpp208 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData()
H A DExplainOutputStyle.cpp248 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h94 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp399 uint32_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp246 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile