Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DROCm.h96 std::vector<std::string> RocmDeviceLibPathArg; variable
266 return RocmDeviceLibPathArg; in getRocmDeviceLibPathArg()
H A DAMDGPU.cpp321 RocmDeviceLibPathArg = in RocmInstallationDetector()
365 if (!RocmDeviceLibPathArg.empty()) in detectDeviceLibrary()
366 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()