Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportKernelRuntimeHandles.cpp63 const StringLiteral HandleSectionName(".amdgpu.kernel.runtime.handle"); in exportKernelRuntimeHandles() local
66 if (GV.getSection() == HandleSectionName) { in exportKernelRuntimeHandles()
88 if (Handle && Handle->getSection() == HandleSectionName) { in exportKernelRuntimeHandles()