Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp246 struct ByteArrayInfo { struct
441 std::vector<ByteArrayInfo> ByteArrayInfos;
455 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
596 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
606 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
617 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
625 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
643 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
1136 ByteArrayInfo *BAI = nullptr; in lowerTypeTestCalls()