Home
last modified time | relevance | path

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

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