Searched refs:MSFStreamLayout (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MappedBlockStream.h | 45 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout, 80 MappedBlockStream(uint32_t BlockSize, const MSFStreamLayout &StreamLayout, 84 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout() 92 const MSFStreamLayout StreamLayout; 111 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout, 141 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() 151 const MSFStreamLayout &StreamLayout,
|
D | MSFCommon.h | 78 class MSFStreamLayout { 87 MSFStreamLayout getFpmStreamLayout(const MSFLayout &Msf,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 47 const MSFStreamLayout &Layout, in MappedBlockStream() 54 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream() 64 MSFStreamLayout SL; in createIndexedStream() 75 MSFStreamLayout SL; in createDirectoryStream() 85 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream() 312 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream() 319 const MSFStreamLayout &Layout, in createStream() 332 MSFStreamLayout SL; in createIndexedStream() 342 MSFStreamLayout SL; in createDirectoryStream() 360 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm)); in createFpmStream() [all …]
|
D | MSFCommon.cpp | 63 MSFStreamLayout llvm::msf::getFpmStreamLayout(const MSFLayout &Msf, in getFpmStreamLayout() 66 MSFStreamLayout FL; in getFpmStreamLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.h | 26 class MSFStreamLayout; variable 61 const msf::MSFStreamLayout &Stream, 63 void formatMsfStreamBlocks(PDBFile &File, const msf::MSFStreamLayout &Stream);
|
D | BytesOutputStyle.cpp | 390 const MSFStreamLayout &Layout) { in dumpModuleSyms() 403 const MSFStreamLayout &Layout) { in dumpModuleC11() 418 const MSFStreamLayout &Layout) { in dumpModuleC13() 471 msf::MSFStreamLayout FpmLayout = File.getFpmStreamLayout(); in dumpFpm()
|
D | LinePrinter.cpp | 140 const msf::MSFStreamLayout &Layout) { in computeBlockRuns() 215 const msf::MSFStreamLayout &Stream, in formatMsfStreamData() 249 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 89 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const; 90 msf::MSFStreamLayout getFpmStreamLayout() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/ |
D | MSFCommonTest.cpp | 106 MSFStreamLayout SL = getFpmStreamLayout(L, false, false); in TEST()
|
D | MappedBlockStreamTest.cpp | 66 MSFStreamLayout layout() const { in layout() 67 return MSFStreamLayout{static_cast<uint32_t>(Data.size()), Blocks}; in layout()
|