Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp415 RTLInfoTy *FoundRTL = nullptr; in registerLib() local
455 FoundRTL = &R; in registerLib()
458 registerGlobalCtorsDtorsForImage(Desc, Img, FoundRTL); in registerLib()
464 if (!FoundRTL) { in registerLib()
483 RTLInfoTy *FoundRTL = NULL; in unregisterLib() local
506 FoundRTL = R; in unregisterLib()
510 for (int32_t I = 0; I < FoundRTL->NumberOfDevices; ++I) { in unregisterLib()
511 DeviceTy &Device = *PM->Devices[FoundRTL->Idx + I]; in unregisterLib()
539 if (!FoundRTL) { in unregisterLib()