Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.h112 virtual llvm::GlobalValue *getKernelHandle(llvm::Function *Stub,
H A DCGCUDANV.cpp177 llvm::GlobalValue *getKernelHandle(llvm::Function *F, GlobalDecl GD) override;
1195 llvm::GlobalValue *CGNVCUDARuntime::getKernelHandle(llvm::Function *F, in getKernelHandle() function in CGNVCUDARuntime
H A DCodeGenModule.cpp4217 auto *Handle = getCUDARuntime().getKernelHandle( in GetAddrOfFunction()