Searched refs:LibraryPaths (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | HIP.cpp | 36 ArgStringList &CmdArgs, ArgStringList LibraryPaths, in addBCLib() argument 39 for (std::string LibraryPath : LibraryPaths) { in addBCLib() 62 ArgStringList LibraryPaths; in constructLLVMLinkCommand() local 66 LibraryPaths.push_back(Args.MakeArgString(Path)); in constructLLVMLinkCommand() 68 addDirectoryList(Args, LibraryPaths, "-L", "HIP_DEVICE_LIB_PATH"); in constructLLVMLinkCommand() 98 addBCLib(C, Args, CmdArgs, LibraryPaths, Lib); in constructLLVMLinkCommand()
|
| H A D | Cuda.cpp | 666 SmallVector<StringRef, 8> LibraryPaths; in addClangTargetOptions() local 669 LibraryPaths.push_back(A->getValue()); in addClangTargetOptions() 679 LibraryPaths.emplace_back(Path.trim()); in addClangTargetOptions() 686 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in addClangTargetOptions() 691 for (StringRef LibraryPath : LibraryPaths) { in addClangTargetOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 121 path_list LibraryPaths; variable 221 path_list &getLibraryPaths() { return LibraryPaths; } in getLibraryPaths() 222 const path_list &getLibraryPaths() const { return LibraryPaths; } in getLibraryPaths()
|