Searched refs:getSearchPaths (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 73 static std::vector<StringRef> getSearchPaths(opt::InputArgList *Args, in getSearchPaths() function 422 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 161 getSearchPaths(unsigned optionCode, InputArgList &args, in getSearchPaths() function 215 return getSearchPaths(OPT_L, args, roots, {"/usr/lib", "/usr/local/lib"}); in getLibrarySearchPaths() 221 return getSearchPaths(OPT_F, args, roots, in getFrameworkSearchPaths()
|