Searched refs:MSFStreamLayout (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 45 const MSFStreamLayout &Layout, in MappedBlockStream() 52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream() 62 MSFStreamLayout SL; in createIndexedStream() 73 MSFStreamLayout SL; in createDirectoryStream() 83 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream() 310 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream() 317 const MSFStreamLayout &Layout, in createStream() 330 MSFStreamLayout SL; in createIndexedStream() 340 MSFStreamLayout SL; in createDirectoryStream() 358 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm)); in createFpmStream() [all …]
|
| H A D | MSFCommon.cpp | 62 MSFStreamLayout llvm::msf::getFpmStreamLayout(const MSFLayout &Msf, in getFpmStreamLayout() 65 MSFStreamLayout FL; in getFpmStreamLayout()
|
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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 | 245 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() 246 MSFStreamLayout Result; in getStreamLayout() 253 msf::MSFStreamLayout PDBFile::getFpmStreamLayout() const { in getFpmStreamLayout()
|