Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCUDARuntime.h105 virtual llvm::GlobalValue *getKernelHandle(llvm::Function *Stub,
HDCGCUDANV.cpp175 llvm::GlobalValue *getKernelHandle(llvm::Function *F, GlobalDecl GD) override;
1210 llvm::GlobalValue *CGNVCUDARuntime::getKernelHandle(llvm::Function *F, in getKernelHandle() function in CGNVCUDARuntime
HDCodeGenModule.cpp4792 auto *Handle = getCUDARuntime().getKernelHandle( in GetAddrOfFunction()