Home
last modified time | relevance | path

Searched refs:getStreamBlocks (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/unittests/DebugInfo/MSF/
DMSFBuilderTest.cpp128 auto Blocks = Msf2.getStreamBlocks(0); in TEST_F()
167 auto OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
172 auto NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
189 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
194 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
210 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
215 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
231 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
236 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp130 auto BlockList = Data->getStreamBlocks(); in readLongestContiguousChunk()
169 auto BlockList = Data->getStreamBlocks(); in tryReadContiguously()
202 auto BlockList = Data->getStreamBlocks(); in readBytes()
238 auto BlockList = Data->getStreamBlocks(); in writeBytes()
DIndexedStreamData.cpp23 ArrayRef<support::ulittle32_t> IndexedStreamData::getStreamBlocks() { in getStreamBlocks() function in IndexedStreamData
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DIPDBStreamData.h33 virtual ArrayRef<support::ulittle32_t> getStreamBlocks() = 0;
DIndexedStreamData.h25 ArrayRef<support::ulittle32_t> getStreamBlocks() override;
DDirectoryStreamData.h27 virtual llvm::ArrayRef<llvm::support::ulittle32_t> getStreamBlocks() { in getStreamBlocks() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h94 ArrayRef<uint32_t> getStreamBlocks(uint32_t StreamIdx) const;
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h94 ArrayRef<uint32_t> getStreamBlocks(uint32_t StreamIdx) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp230 ArrayRef<uint32_t> MSFBuilder::getStreamBlocks(uint32_t StreamIdx) const { in getStreamBlocks() function in MSFBuilder
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp230 ArrayRef<uint32_t> MSFBuilder::getStreamBlocks(uint32_t StreamIdx) const { in getStreamBlocks() function in MSFBuilder