Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h164 void loadRTLs(); // not thread-safe
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterface.cpp35 std::call_once(PM->RTLs.InitFlag, &RTLsTy::loadRTLs, &PM->RTLs); in __tgt_register_lib()
H A Drtl.cpp83 void RTLsTy::loadRTLs() { in loadRTLs() function in RTLsTy