Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h105 virtual llvm::GlobalValue *getKernelHandle(llvm::Function *Stub,
H A DCGCUDANV.cpp175 llvm::GlobalValue *getKernelHandle(llvm::Function *F, GlobalDecl GD) override;
1210 llvm::GlobalValue *CGNVCUDARuntime::getKernelHandle(llvm::Function *F, in getKernelHandle() function in CGNVCUDARuntime
H A DCodeGenModule.cpp4792 auto *Handle = getCUDARuntime().getKernelHandle( in GetAddrOfFunction()