Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp640 size_t numpHdrs; in callbackEvent() local
641 if (elf_getphdrnum(e, &numpHdrs) != 0) { in callbackEvent()
645 for (size_t i = 0; i < numpHdrs; ++i) { in callbackEvent()