Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp46 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 DMSFCommon.cpp62 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 DLinePrinter.h25 class MSFStreamLayout; variable
60 const msf::MSFStreamLayout &Stream,
62 void formatMsfStreamBlocks(PDBFile &File, const msf::MSFStreamLayout &Stream);
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()
H A DLinePrinter.cpp139 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 DPDBFile.h94 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 DPDBFile.cpp246 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout()
247 MSFStreamLayout Result; in getStreamLayout()
254 msf::MSFStreamLayout PDBFile::getFpmStreamLayout() const { in getFpmStreamLayout()