Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypeCache.h53 llvm::PointerType *VoidPtrTy; member
DCGCUDANV.cpp33 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon30513f360111::CGNVCUDARuntime
DCGExprCXX.cpp1623 QualType VoidPtrTy = DeleteFTy->getParamType(0); in Emit() local
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp86 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp86 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext()); in doInitialization() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp505 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext()); in emitRegistration() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp885 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext()); in emitRegistration() local
/external/llvm/lib/Linker/
DIRMover.cpp764 PointerType *VoidPtrTy = Type::getInt8Ty(SrcGV->getContext())->getPointerTo(); in linkAppendingVarProto() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp811 PointerType *VoidPtrTy = Type::getInt8Ty(SrcGV->getContext())->getPointerTo(); in linkAppendingVarProto() local
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp949 PointerType *VoidPtrTy; in mapAppendingVariable() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp969 PointerType *VoidPtrTy; in mapAppendingVariable() local
/external/clang/include/clang/AST/
DASTContext.h908 CanQualType VoidPtrTy, NullPtrTy; variable