Searched refs:getSearchPaths (Results 1 – 2 of 2) sorted by relevance
/freebsd/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 448 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.cpp | 162 getSearchPaths(unsigned optionCode, InputArgList &args, in getSearchPaths() function 216 return getSearchPaths(OPT_L, args, roots, {"/usr/lib", "/usr/local/lib"}); in getLibrarySearchPaths() 222 return getSearchPaths(OPT_F, args, roots, in getFrameworkSearchPaths()
|