Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp250 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h92 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp214 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData()
H A DPDBFile.cpp244 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp397 uint64_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()