Searched defs:VoidPtrTy (Results 1 – 12 of 12) sorted by relevance
53 llvm::PointerType *VoidPtrTy; member
33 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anonbe9713f00111::CGNVCUDARuntime
1623 QualType VoidPtrTy = DeleteFTy->getParamType(0); in Emit() local
86 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
505 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext()); in emitRegistration() local
948 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext()); in emitRegistration() local
764 PointerType *VoidPtrTy = Type::getInt8Ty(SrcGV->getContext())->getPointerTo(); in linkAppendingVarProto() local
949 PointerType *VoidPtrTy; in mapAppendingVariable() local
966 PointerType *VoidPtrTy; in mapAppendingVariable() local
860 PointerType *VoidPtrTy = Type::getInt8Ty(SrcGV->getContext())->getPointerTo(); in linkAppendingVarProto() local
908 CanQualType VoidPtrTy, NullPtrTy; variable