Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Drtl.h167 struct TranslationTable { struct
176 typedef std::map<__tgt_offload_entry *, TranslationTable> argument
181 TranslationTable *Table = nullptr; // table associated with the host ptr.
184 TableMap(TranslationTable *table, uint32_t index) in TableMap()
Drtl.cpp151 static void RegisterImageIntoTranslationTable(TranslationTable &TT, in RegisterImageIntoTranslationTable()
302 TranslationTable &TransTable = in RegisterLib()
309 TranslationTable &TransTable = in RegisterLib()
Domptarget.cpp66 TranslationTable *TransTable = &entry_it->second; in InitLibrary()
847 TranslationTable *TransTable = &Itr->second; in getTableMap()