Searched refs:getSearchPaths (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 71 static std::vector<StringRef> getSearchPaths(opt::InputArgList *Args, in getSearchPaths() function 323 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Driver.cpp | 156 getSearchPaths(unsigned optionCode, InputArgList &args, in getSearchPaths() function 210 return getSearchPaths(OPT_L, args, roots, {"/usr/lib", "/usr/local/lib"}); in getLibrarySearchPaths() 216 return getSearchPaths(OPT_F, args, roots, in getFrameworkSearchPaths()
|