Searched refs:ByteArrayInfos (Results 1 – 1 of 1) sorted by relevance
494 std::vector<ByteArrayInfo> ByteArrayInfos; member in __anonc00fd2a30111::LowerTypeTestsModule628 ByteArrayInfos.emplace_back(); in createByteArray()629 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()639 llvm::stable_sort(ByteArrayInfos, in allocateByteArrays()644 std::vector<uint64_t> ByteArrayOffsets(ByteArrayInfos.size()); in allocateByteArrays()647 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()648 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()665 for (unsigned I = 0; I != ByteArrayInfos.size(); ++I) { in allocateByteArrays()666 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()