Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h76 std::vector<std::string> RocmDeviceLibPathArg; variable
230 return RocmDeviceLibPathArg; in getRocmDeviceLibPathArg()
H A DAMDGPU.cpp309 RocmDeviceLibPathArg = in RocmInstallationDetector()
351 if (!RocmDeviceLibPathArg.empty()) in detectDeviceLibrary()
352 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()