Searched refs:SearchPaths (Results 1 – 4 of 4) sorted by relevance
135 ArrayRef<std::string> SearchPaths);149 ArrayRef<std::string> SearchPaths);
221 ArrayRef<std::string> SearchPaths) { in getCurrentModuleAPINotes() argument284 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes()298 Module *M, bool LookInModule, ArrayRef<std::string> SearchPaths) { in loadCurrentModuleAPINotes() argument302 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes()
422 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); in libDriverMain() local431 std::string Path = findInputFile(Arg->getValue(), SearchPaths); in libDriverMain()
6069 auto SearchPaths = [&](const llvm::SmallVectorImpl<std::string> &P) in GetFilePath() local6084 if (auto P = SearchPaths(PrefixDirs)) in GetFilePath()6102 if (auto P = SearchPaths(TC.getLibraryPaths())) in GetFilePath()6105 if (auto P = SearchPaths(TC.getFilePaths())) in GetFilePath()