reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/libomptarget/include/omptarget.h
   94   __tgt_offload_entry *EntriesBegin; // Begin of table with all target entries
   95   __tgt_offload_entry *EntriesEnd;   // End of table (non inclusive)
  103   __tgt_offload_entry *HostEntriesBegin; // Begin of table with all host entries
  104   __tgt_offload_entry *HostEntriesEnd;   // End of table (non inclusive)
  109   __tgt_offload_entry *EntriesBegin; // Begin of the table with all the entries
  110   __tgt_offload_entry
projects/openmp/libomptarget/src/omptarget.cpp
  118     for (__tgt_offload_entry *CurrDeviceEntry = TargetTable->EntriesBegin,
  601       __tgt_offload_entry *begin = TransTable->HostTable.EntriesBegin;
  602       __tgt_offload_entry *end = TransTable->HostTable.EntriesEnd;
  603       __tgt_offload_entry *cur = begin;
projects/openmp/libomptarget/src/rtl.cpp
  171     for (__tgt_offload_entry *entry = img->EntriesBegin;
  384   for (__tgt_offload_entry *cur = desc->HostEntriesBegin;
projects/openmp/libomptarget/src/rtl.h
  154 typedef std::map<__tgt_offload_entry *, TranslationTable>