Searched refs:ByteArrayConst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 346 Constant *ByteArrayConst = ConstantDataArray::get(M->getContext(), BAB.Bytes); in allocateByteArrays() local 348 new GlobalVariable(*M, ByteArrayConst->getType(), /*isConstant=*/true, in allocateByteArrays() 349 GlobalValue::PrivateLinkage, ByteArrayConst); in allocateByteArrays() 357 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 573 Constant *ByteArrayConst = ConstantDataArray::get(M.getContext(), BAB.Bytes); in allocateByteArrays() local 575 new GlobalVariable(M, ByteArrayConst->getType(), /*isConstant=*/true, in allocateByteArrays() 576 GlobalValue::PrivateLinkage, ByteArrayConst); in allocateByteArrays() 584 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()
|