Home
last modified time | relevance | path

Searched refs:getLibPath (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h212 StringRef getLibPath() const { return LibPath; } in getLibPath() function
H A DLinux.cpp739 Args.MakeArgString(StringRef("-L") + RocmInstallation->getLibPath())); in AddHIPRuntimeLibArgs()
744 {"-rpath", Args.MakeArgString(RocmInstallation->getLibPath())}); in AddHIPRuntimeLibArgs()
H A DMSVC.cpp512 RocmInstallation->getLibPath()), in AddHIPRuntimeLibArgs()