Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCUDARuntime.h99 virtual llvm::GlobalValue *getKernelHandle(llvm::Function *Stub,
DCGCUDANV.cpp164 llvm::GlobalValue *getKernelHandle(llvm::Function *F, GlobalDecl GD) override;
1131 llvm::GlobalValue *CGNVCUDARuntime::getKernelHandle(llvm::Function *F, in getKernelHandle() function in CGNVCUDARuntime
DCodeGenModule.cpp3709 auto *Handle = getCUDARuntime().getKernelHandle( in GetAddrOfFunction()