Home
last modified time | relevance | path

Searched defs:VoidPtrTy (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGCUDANV.cpp34 llvm::PointerType *CharPtrTy, *VoidPtrTy; member in __anon9fd029020111::CGNVCUDARuntime
DCodeGenPGO.cpp85 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in getOrInsertRuntimeRegister() local
169 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext()); in emitInstrumentationData() local
DCodeGenModule.h127 llvm::PointerType *VoidPtrTy; member
DCGExprCXX.cpp1494 QualType VoidPtrTy = DeleteFTy->getParamType(0); in Emit() local
/external/llvm/lib/CodeGen/
DJumpInstrTables.cpp201 Type *VoidPtrTy = Type::getInt8PtrTy(FunTy->getContext()); in transformType() local
DSjLjEHPrepare.cpp93 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp187 PointerType *VoidPtrTy = Type::getInt8Ty(GV->getContext())->getPointerTo(); in UpgradeGlobalStructors() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp331 Type *VoidPtrTy = Type::getInt8PtrTy(Context); in HandleByValArgumentInit() local
/external/clang/include/clang/AST/
DASTContext.h785 CanQualType VoidPtrTy, NullPtrTy; variable