Lines Matching defs:path

104 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) {  in getOutputPath()
133 static std::future<MBErrPair> createFutureForFile(std::string path) { in createFutureForFile()
234 void LinkerDriver::enqueuePath(StringRef path, bool wholeArchive, bool lazy) { in enqueuePath()
412 if (std::optional<StringRef> path = findLibIfNew(arg->getValue())) in parseDirectives() local
485 SmallString<128> path = dir; in findFile() local
500 static std::optional<sys::fs::UniqueID> getUniqueID(StringRef path) { in getUniqueID()
510 StringRef path = findFile(filename); in findFileIfNew() local
558 StringRef path = findLib(filename); in findLibIfNew() local
679 std::string path; in addWinSysRootLibSearchPaths() local
693 StringRef path; in addLibSearchPaths() local
841 for (StringRef path : searchPaths) { in createResponseFile() local
846 for (StringRef path : filePaths) in createResponseFile() local
950 std::string path = getImplibPath(); in createImportLibrary() local
990 void LinkerDriver::parseModuleDefs(StringRef path) { in parseModuleDefs()
1086 StringRef path = arg.substr(1); in parseOrderFile() local
1113 void LinkerDriver::parseCallGraphFile(StringRef path) { in parseCallGraphFile()
1340 if (std::optional<StringRef> path = findFile(arg->getValue())) in maybeExportMinGWSymbols() local
1383 SmallString<64> path = StringRef(arg->getValue()); in getReproduceFile() local
1390 if (auto *path = getenv("LLD_REPRODUCE")) in getReproduceFile() local
1519 if (std::optional<std::string> path = getReproduceFile(args)) { in linkerMain() local
2085 if (std::optional<StringRef> path = findFile(arg->getValue())) in linkerMain() local
2093 auto isWholeArchive = [&](StringRef path) -> bool { in linkerMain()
2120 if (std::optional<StringRef> path = findFileIfNew(arg->getValue())) in linkerMain() local
2124 if (std::optional<StringRef> path = findFileIfNew(arg->getValue())) in linkerMain() local
2153 for (StringRef path : searchPaths) { in linkerMain() local
2165 if (std::optional<StringRef> path = findLibIfNew(arg->getValue())) in linkerMain() local