Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
DMSFBuilderTest.cpp129 auto Blocks = Msf2.getStreamBlocks(0); in TEST_F()
168 auto OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
173 auto NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
190 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
195 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
211 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
216 std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
232 std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0); in TEST_F()
237 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-7.0/llvm/include/llvm/DebugInfo/MSF/
DMSFBuilder.h95 ArrayRef<uint32_t> getStreamBlocks(uint32_t StreamIdx) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp231 ArrayRef<uint32_t> MSFBuilder::getStreamBlocks(uint32_t StreamIdx) const { in getStreamBlocks() function in MSFBuilder