Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenCLRuntime.h100 llvm::Function *getInvokeFunction(const Expr *E);
HDCGOpenCLRuntime.cpp139 llvm::Function *CGOpenCLRuntime::getInvokeFunction(const Expr *E) { in getInvokeFunction() function in CGOpenCLRuntime
HDCGBlocks.cpp1192 Func = CGM.getOpenCLRuntime().getInvokeFunction(E->getCallee()); in EmitBlockCallExpr()