Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h171 struct TranslationTable { struct
180 typedef std::map<__tgt_offload_entry *, TranslationTable> argument
185 TranslationTable *Table = nullptr; // table associated with the host ptr.
188 TableMap(TranslationTable *Table, uint32_t Index) in TableMap()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp235 static void registerImageIntoTranslationTable(TranslationTable &TT, in registerImageIntoTranslationTable()
441 TranslationTable &TransTable = in registerLib()
448 TranslationTable &TransTable = in registerLib()
H A Domptarget.cpp87 TranslationTable *TransTable = in initLibrary()
1110 TranslationTable *TransTable = &Itr->second; in getTableMap()