Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/
H A DUtils.h124 void freeTargetTable(__tgt_target_table *Table);
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h64 freeTargetTable(TableIt.second.get()); in ~RemoteOffloadClient()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp152 void freeTargetTable(__tgt_target_table *Table) { in freeTargetTable() function