Home
last modified time | relevance | path

Searched refs:getGenericVoidPointerType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h83 llvm::PointerType *getGenericVoidPointerType();
H A DCGOpenCLRuntime.cpp101 llvm::PointerType *CGOpenCLRuntime::getGenericVoidPointerType() { in getGenericVoidPointerType() function in CGOpenCLRuntime
H A DCGBlocks.cpp499 .getGenericVoidPointerType()); /* invoke function */ in initializeForBlockHeader()
787 IsOpenCL ? CGM.getOpenCLRuntime().getGenericVoidPointerType() : VoidPtrTy; in EmitBlockLiteral()
1142 {IntTy, IntTy, getOpenCLRuntime().getGenericVoidPointerType()}); in getGenericBlockLiteralType()
1181 CGM.getOpenCLRuntime().getGenericVoidPointerType(); in EmitBlockCallExpr()
1488 ? CGM.getOpenCLRuntime().getGenericVoidPointerType() in GenerateBlockFunction()