Searched refs:MSFStreamLayout (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 46 const MSFStreamLayout &Layout, in MappedBlockStream() 53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream() 63 MSFStreamLayout SL; in createIndexedStream() 74 MSFStreamLayout SL; in createDirectoryStream() 84 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream() 311 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream() 318 const MSFStreamLayout &Layout, in createStream() 331 MSFStreamLayout SL; in createIndexedStream() 341 MSFStreamLayout SL; in createDirectoryStream() 359 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | LinePrinter.h | 25 class MSFStreamLayout; variable 60 const msf::MSFStreamLayout &Stream, 62 void formatMsfStreamBlocks(PDBFile &File, const msf::MSFStreamLayout &Stream);
|
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()
|
H A D | LinePrinter.cpp | 139 const msf::MSFStreamLayout &Layout) { in computeBlockRuns() 213 const msf::MSFStreamLayout &Stream, in formatMsfStreamData() 247 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 94 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const; 95 msf::MSFStreamLayout getFpmStreamLayout() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFile.cpp | 246 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() 247 MSFStreamLayout Result; in getStreamLayout() 254 msf::MSFStreamLayout PDBFile::getFpmStreamLayout() const { in getFpmStreamLayout()
|