Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Drtl.cpp259 RTLInfoTy *FoundRTL = NULL; in RegisterLib() local
316 FoundRTL = &R; in RegisterLib()
319 RegisterGlobalCtorsDtorsForImage(desc, img, FoundRTL); in RegisterLib()
325 if (!FoundRTL) { in RegisterLib()
343 RTLInfoTy *FoundRTL = NULL; in UnregisterLib() local
360 FoundRTL = R; in UnregisterLib()
364 for (int32_t i = 0; i < FoundRTL->NumberOfDevices; ++i) { in UnregisterLib()
365 DeviceTy &Device = PM->Devices[FoundRTL->Idx + i]; in UnregisterLib()
388 if (!FoundRTL){ in UnregisterLib()