Home
last modified time | relevance | path

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

/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h94 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp399 uint32_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()