Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h102 std::vector<std::string> RocmDeviceLibPathArg; variable
279 return RocmDeviceLibPathArg; in getRocmDeviceLibPathArg()
H A DAMDGPU.cpp266 RocmDeviceLibPathArg = in RocmInstallationDetector()
324 if (!RocmDeviceLibPathArg.empty()) in detectDeviceLibrary()
325 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()