Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DROCm.h96 std::vector<std::string> RocmDeviceLibPathArg; variable
270 return RocmDeviceLibPathArg; in getRocmDeviceLibPathArg()
H A DAMDGPU.cpp332 RocmDeviceLibPathArg = in RocmInstallationDetector()
376 if (!RocmDeviceLibPathArg.empty()) in detectDeviceLibrary()
377 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()