Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp204 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()
H A DLinePrinter.cpp210 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData()
H A DExplainOutputStyle.cpp249 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h84 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout() function
141 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() function
142 return ReadInterface.getStreamLayout(); in getStreamLayout()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h89 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp244 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile
/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp400 uint32_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()