Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp204 auto Layout = File.getStreamLayout(StreamPDB); in dumpNameMap()
234 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionContributions()
245 auto Layout = File.getStreamLayout(StreamDBI); in dumpSectionMap()
256 auto Layout = File.getStreamLayout(StreamDBI); in dumpModuleInfos()
267 auto Layout = File.getStreamLayout(StreamDBI); in dumpFileInfo()
278 auto Layout = File.getStreamLayout(StreamDBI); in dumpTypeServerMap()
289 auto Layout = File.getStreamLayout(StreamDBI); in dumpECData()
308 auto Layout = File.getStreamLayout(StreamIdx); in dumpTypeIndex()
352 auto Layout = File.getStreamLayout(ModiStream); in iterateOneModule()
DLinePrinter.cpp210 auto Layout = File.getStreamLayout(StreamIdx); in formatMsfStreamData()
DExplainOutputStyle.cpp249 const auto &Layout = File.pdb().getStreamLayout(Stream); in explainPdbStreamOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h84 const MSFStreamLayout &getStreamLayout() const { return StreamLayout; } in getStreamLayout() function
141 const MSFStreamLayout &getStreamLayout() const { in getStreamLayout() function
142 return ReadInterface.getStreamLayout(); in getStreamLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
DMappedBlockStreamTest.cpp523 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks.size()); in TEST()
524 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks[0]); in TEST()
538 EXPECT_EQ(1u, FpmStream->getStreamLayout().Blocks.size()); in TEST()
539 EXPECT_EQ(2u, FpmStream->getStreamLayout().Blocks[0]); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h89 msf::MSFStreamLayout getStreamLayout(uint32_t StreamIdx) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp244 MSFStreamLayout PDBFile::getStreamLayout(uint32_t StreamIdx) const { in getStreamLayout() function in PDBFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp400 uint32_t StreamBlockAddr = getStreamLayout().Blocks[BlockNum]; in writeBytes()