Searched refs:VoidPtrTy (Results 1 – 2 of 2) sorted by relevance
126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(M.getContext()); in runOnModule() local148 GVAddresses.push_back(llvm::ConstantExpr::getBitCast(&GV, VoidPtrTy)); in runOnModule()181 GVNames.push_back(llvm::ConstantExpr::getBitCast(VarAsStr, VoidPtrTy)); in runOnModule()197 llvm::ArrayType *VoidPtrArrayTy = llvm::ArrayType::get(VoidPtrTy, in runOnModule()
191 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); in isStepOptSupported() local197 if (AllocType == VoidPtrTy) { in isStepOptSupported()206 if (VoidPtrTy->getPrimitiveSizeInBits() == 32) { in isStepOptSupported()260 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context); in buildTypes() local320 RsExpandKernelDriverInfoPfxTypes.push_back(VoidPtrTy); // const void *usr in buildTypes()