Home
last modified time | relevance | path

Searched refs:SearchPaths (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp304 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain() local
325 std::string Path = findInputFile(Arg->getValue(), SearchPaths); in libDriverMain()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5094 auto SearchPaths = [&](const llvm::SmallVectorImpl<std::string> &P) in GetFilePath() local
5109 if (auto P = SearchPaths(PrefixDirs)) in GetFilePath()
5127 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()
5130 if (auto P = SearchPaths(TC.getFilePaths())) in GetFilePath()