Searched refs:MSFStreamLayout (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MappedBlockStream.h | 42 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 D | MSFCommon.h | 77 class MSFStreamLayout { 86 MSFStreamLayout getFpmStreamLayout(const MSFLayout &Msf,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 44 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 D | MSFCommon.cpp | 62 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 D | LinePrinter.h | 42 class MSFStreamLayout; variable 79 const msf::MSFStreamLayout &Stream, 81 void formatMsfStreamBlocks(PDBFile &File, const msf::MSFStreamLayout &Stream);
|
H A D | PDBFile.h | 92 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const; 93 msf::MSFStreamLayout getFpmStreamLayout() const;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.cpp | 387 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 D | LinePrinter.cpp | 144 const msf::MSFStreamLayout &Layout) { in computeBlockRuns() 219 const msf::MSFStreamLayout &Stream, in formatMsfStreamData() 253 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks()
|
H A D | PDBFile.cpp | 244 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() 245 MSFStreamLayout Result; in getStreamLayout() 252 msf::MSFStreamLayout PDBFile::getFpmStreamLayout() const { in getFpmStreamLayout()
|