Home
last modified time | relevance | path

Searched refs:getStreamLayout (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h83 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout() function
140 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() function
141 return ReadInterface.getStreamLayout(); in getStreamLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h94 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp245 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp399 uint32_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()