Searched defs:VoidPtrTy (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp34 llvm::PointerType *CharPtrTy, *VoidPtrTy; member in class:__anon17812::CGNVCUDARuntime
55 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
61 Params.push_back(VoidPtrTy);
100 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
H A DCodeGenPGO.cpp85 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); local
86 auto *RuntimeRegisterTy = llvm::FunctionType::get(VoidTy, VoidPtrTy, false);
169 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); local
171 Builder.CreateBitCast(Data, VoidPtrTy));
H A DCGExprCXX.cpp1494 QualType VoidPtrTy = DeleteFTy->getParamType(0); variable
1496 = CGF.Builder.CreateBitCast(Ptr, CGF.ConvertType(VoidPtrTy));
1497 Args.add(RValue::get(DeletePtr), VoidPtrTy); variable
H A DCodeGenModule.h127 llvm::PointerType *VoidPtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon17857
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp201 Type *VoidPtrTy = Type::getInt8PtrTy(FunTy->getContext()); local
204 Type *RetTy = VoidPtrTy;
223 ParamTys[i] = VoidPtrTy;
236 ParamTys[i] = VoidPtrTy;
H A DSjLjEHPrepare.cpp93 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); local
95 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
98 VoidPtrTy, // __personality
99 VoidPtrTy, // __lsda
100 ArrayType::get(VoidPtrTy, 5), // __jbuf
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp331 Type *VoidPtrTy = Type::getInt8PtrTy(Context); local
333 Type *Tys[3] = { VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context) };
336 Value *DstCast = builder.CreateBitCast(Dst, VoidPtrTy, "tmp");
337 Value *SrcCast = builder.CreateBitCast(Src, VoidPtrTy, "tmp");
/external/clang/include/clang/AST/
H A DASTContext.h785 CanQualType VoidPtrTy, NullPtrTy; member in class:clang::ASTContext

Completed in 174 milliseconds