Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Drtl.h27 struct RTLInfoTy { struct
100 RTLInfoTy() = default;
102 RTLInfoTy(const RTLInfoTy &r) { in RTLInfoTy() function
142 std::list<RTLInfoTy> AllRTLs;
146 std::vector<RTLInfoTy *> UsedRTLs;
Drtl.cpp71 RTLInfoTy R; in LoadRTLs()
152 RTLInfoTy &RTL, __tgt_device_image *image) { in RegisterImageIntoTranslationTable()
181 __tgt_device_image *img, RTLInfoTy *RTL) { in RegisterGlobalCtorsDtorsForImage()
259 RTLInfoTy *FoundRTL = NULL; in RegisterLib()
343 RTLInfoTy *FoundRTL = NULL; in UnregisterLib()
Ddevice.h28 struct RTLInfoTy;
142 RTLInfoTy *RTL;
163 DeviceTy(RTLInfoTy *RTL);
Ddevice.cpp45 DeviceTy::DeviceTy(RTLInfoTy *RTL) in DeviceTy()