Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Drtl.cpp305 TransTable.HostTable.EntriesEnd = desc->HostEntriesEnd; in RegisterLib()
399 cur < desc->HostEntriesEnd; ++cur) { in UnregisterLib()
/external/llvm-project/openmp/libomptarget/include/
Domptarget.h109 __tgt_offload_entry *HostEntriesEnd; // End of table (non inclusive) member
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2807 llvm::GlobalVariable *HostEntriesEnd = new llvm::GlobalVariable( in createOffloadingBinaryDescriptorRegistration() local
2829 HostEntriesBegin, HostEntriesEnd, nullptr); in createOffloadingBinaryDescriptorRegistration()
2856 HostEntriesBegin, HostEntriesEnd, nullptr); in createOffloadingBinaryDescriptorRegistration()