Searched refs:SearchPaths (Results 1 – 6 of 6) sorted by relevance
142 ArrayRef<std::string> SearchPaths);156 ArrayRef<std::string> SearchPaths);
221 ArrayRef<std::string> SearchPaths) { in getCurrentModuleAPINotes() argument289 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes()303 Module *M, bool LookInModule, ArrayRef<std::string> SearchPaths) { in loadCurrentModuleAPINotes() argument307 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes()
99 ArrayRef<std::string> SearchPaths);
168 ArrayRef<std::string> SearchPaths) { in findLibrary() argument209 for (const StringRef Path : SearchPaths) { in findLibrary()
459 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain() local468 std::string Path = findInputFile(Arg->getValue(), SearchPaths); in libDriverMain()
6512 auto SearchPaths = [&](const llvm::SmallVectorImpl<std::string> &P) in GetFilePath() local6527 if (auto P = SearchPaths(PrefixDirs)) in GetFilePath()6545 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()6548 if (auto P = SearchPaths(TC.getFilePaths())) in GetFilePath()