Home
last modified time | relevance | path

Searched defs:RTLDeviceID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/include/
H A Ddevice.h46 int32_t RTLDeviceID; member
/llvm-project/offload/src/
H A Ddevice.cpp67 DeviceTy::DeviceTy(GenericPluginTy *RTL, int32_t DeviceID, int32_t RTLDeviceID) in DeviceTy()