Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h99 std::vector<std::string> RocmDeviceLibPathArg; variable
283 return RocmDeviceLibPathArg; in getRocmDeviceLibPathArg()
H A DAMDGPU.cpp329 RocmDeviceLibPathArg = in RocmInstallationDetector()
387 if (!RocmDeviceLibPathArg.empty()) in detectDeviceLibrary()
388 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()