Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DROCm.h69 std::vector<std::string> RocmDeviceLibPathArg; variable
202 return RocmDeviceLibPathArg; in getRocmDeviceLibPathArg()
DAMDGPU.cpp154 RocmDeviceLibPathArg = in RocmInstallationDetector()
195 if (!RocmDeviceLibPathArg.empty()) in detectDeviceLibrary()
196 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()