Home
last modified time | relevance | path

Searched refs:BlobSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp92 for (unsigned I = 0, BlobSize = 0, E = BlobData.size(); BlobSize < E; in TEST() local
93 BlobSize += ++I) { in TEST()
94 StringRef BlobIn((const char *)BlobData.begin(), BlobSize); in TEST()
/external/llvm/unittests/Bitcode/
DBitstreamReaderTest.cpp188 for (unsigned I = 0, BlobSize = 0, E = BlobData.size(); BlobSize < E; in TEST() local
189 BlobSize += ++I) { in TEST()
190 StringRef BlobIn((const char *)BlobData.begin(), BlobSize); in TEST()