Home
last modified time | relevance | path

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

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