Searched defs:VoidPtrTy (Results 1 – 9 of 9) sorted by relevance
34 llvm::PointerType *CharPtrTy, *VoidPtrTy; member in __anon9fd029020111::CGNVCUDARuntime
85 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in getOrInsertRuntimeRegister() local169 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in emitInstrumentationData() local
127 llvm::PointerType *VoidPtrTy; member
1494 QualType VoidPtrTy = DeleteFTy->getParamType(0); in Emit() local
201 Type *VoidPtrTy = Type::getInt8PtrTy(FunTy->getContext()); in transformType() local
93 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
187 PointerType *VoidPtrTy = Type::getInt8Ty(GV->getContext())->getPointerTo(); in UpgradeGlobalStructors() local
331 Type *VoidPtrTy = Type::getInt8PtrTy(Context); in HandleByValArgumentInit() local
785 CanQualType VoidPtrTy, NullPtrTy; variable