Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenSYCL.cpp34 const auto *KernelEntryPointAttr = in EmitSYCLKernelCaller() local
36 assert(KernelEntryPointAttr && "Missing sycl_kernel_entry_point attribute"); in EmitSYCLKernelCaller()
37 assert(!KernelEntryPointAttr->isInvalidAttr() && in EmitSYCLKernelCaller()
57 Ctx.getCanonicalType(KernelEntryPointAttr->getKernelName()); in EmitSYCLKernelCaller()