Searched refs:ByteArrayConst (Results 1 – 1 of 1) sorted by relevance
346 Constant *ByteArrayConst = ConstantDataArray::get(M->getContext(), BAB.Bytes); in allocateByteArrays() local348 new GlobalVariable(*M, ByteArrayConst->getType(), /*isConstant=*/true, in allocateByteArrays()349 GlobalValue::PrivateLinkage, ByteArrayConst); in allocateByteArrays()357 ByteArrayConst->getType(), ByteArray, Idxs); in allocateByteArrays()