Home
last modified time | relevance | path

Searched refs:MSFStreamLayout (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h42 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
77 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout,
81 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout()
89 const MSFStreamLayout StreamLayout;
108 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
138 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout()
148 const MSFStreamLayout &StreamLayout,
H A DMSFCommon.h77 class MSFStreamLayout {
86 MSFStreamLayout getFpmStreamLayout(const MSFLayout &Msf,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp44 const MSFStreamLayout &Layout, in MappedBlockStream()
51 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
61 MSFStreamLayout SL; in createIndexedStream()
72 MSFStreamLayout SL; in createDirectoryStream()
82 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream()
309 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
316 const MSFStreamLayout &Layout, in createStream()
329 MSFStreamLayout SL; in createIndexedStream()
339 MSFStreamLayout SL; in createDirectoryStream()
357 MSFStreamLayout MinLayou in createFpmStream()
[all...]
H A DMSFCommon.cpp62 MSFStreamLayout llvm::msf::getFpmStreamLayout(const MSFLayout &Msf, in getFpmStreamLayout()
65 MSFStreamLayout FL; in getFpmStreamLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h42 class MSFStreamLayout; variable
79 const msf::MSFStreamLayout &Stream,
81 void formatMsfStreamBlocks(PDBFile &File, const msf::MSFStreamLayout &Stream);
H A DPDBFile.h92 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
93 msf::MSFStreamLayout getFpmStreamLayout() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp387 const MSFStreamLayout &Layout) { in dumpModuleSyms()
400 const MSFStreamLayout &Layout) { in dumpModuleC11()
415 const MSFStreamLayout &Layout) { in dumpModuleC13()
468 msf::MSFStreamLayout FpmLayout = File.getFpmStreamLayout(); in dumpFpm()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp144 const msf::MSFStreamLayout &Layout) { in computeBlockRuns()
219 const msf::MSFStreamLayout &Stream, in formatMsfStreamData()
253 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks()
H A DPDBFile.cpp244 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout()
245 MSFStreamLayout Result; in getStreamLayout()
252 msf::MSFStreamLayout PDBFile::getFpmStreamLayout() const { in getFpmStreamLayout()