Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h494 std::vector<__tgt_offload_entry *> HostEntriesBeginRegistrationOrder; member
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp440 PM->HostEntriesBeginRegistrationOrder.push_back(Desc->HostEntriesBegin); in registerLib()
H A Domptarget.cpp86 for (auto *HostEntriesBegin : PM->HostEntriesBeginRegistrationOrder) { in initLibrary()