Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/
H A DUtils.h95 void freeTargetBinaryDescription(__tgt_bin_desc *Desc);
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp45 freeTargetBinaryDescription( in RegisterLib()
63 freeTargetBinaryDescription(Descriptions[(void *)Request->number()].get()); in UnregisterLib()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/lib/
H A DUtils.cpp136 void freeTargetBinaryDescription(__tgt_bin_desc *Desc) { in freeTargetBinaryDescription() function