Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDARuntime.h99 virtual llvm::GlobalValue *getKernelHandle(llvm::Function *Stub,
H A DCGCUDANV.cpp164 llvm::GlobalValue *getKernelHandle(llvm::Function *F, GlobalDecl GD) override;
1123 llvm::GlobalValue *CGNVCUDARuntime::getKernelHandle(llvm::Function *F, in getKernelHandle() function in CGNVCUDARuntime
H A DCodeGenModule.cpp3679 auto *Handle = getCUDARuntime().getKernelHandle( in GetAddrOfFunction()