Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h153 void initAllRTLs();
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterface.cpp48 EXTERN void __tgt_init_all_rtls() { PM->RTLs.initAllRTLs(); } in __tgt_init_all_rtls()
H A Drtl.cpp396 void RTLsTy::initAllRTLs() { in initAllRTLs() function in RTLsTy