Lines Matching defs:path

95 static std::string getOutputPath(StringRef path, bool isDll, bool isDriver) {  in getOutputPath()
124 static std::future<MBErrPair> createFutureForFile(std::string path) { in createFutureForFile()
236 void LinkerDriver::enqueuePath(StringRef path, bool wholeArchive, bool lazy) { in enqueuePath()
392 if (std::optional<StringRef> path = findLib(arg->getValue())) in parseDirectives() local
464 SmallString<128> path = dir; in doFindFile() local
479 static std::optional<sys::fs::UniqueID> getUniqueID(StringRef path) { in getUniqueID()
489 StringRef path = doFindFile(filename); in findFile() local
537 StringRef path = doFindLib(filename); in findLib() local
635 std::string path; in addWinSysRootLibSearchPaths() local
649 StringRef path; in addLibSearchPaths() local
797 for (StringRef path : searchPaths) { in createResponseFile() local
802 for (StringRef path : filePaths) in createResponseFile() local
944 std::string path = getImplibPath(); in createImportLibrary() local
984 void LinkerDriver::parseModuleDefs(StringRef path) { in parseModuleDefs()
1077 StringRef path = arg.substr(1); in parseOrderFile() local
1105 void LinkerDriver::parseCallGraphFile(StringRef path) { in parseCallGraphFile()
1329 if (std::optional<StringRef> path = doFindFile(arg->getValue())) in maybeExportMinGWSymbols() local
1372 SmallString<64> path = StringRef(arg->getValue()); in getReproduceFile() local
1379 if (auto *path = getenv("LLD_REPRODUCE")) in getReproduceFile() local
1492 if (std::optional<std::string> path = getReproduceFile(args)) { in linkerMain() local
1964 if (std::optional<StringRef> path = doFindFile(arg->getValue())) in linkerMain() local
1972 auto isWholeArchive = [&](StringRef path) -> bool { in linkerMain()
1997 if (std::optional<StringRef> path = findFile(arg->getValue())) in linkerMain() local
2001 if (std::optional<StringRef> path = findFile(arg->getValue())) in linkerMain() local
2027 if (std::optional<StringRef> path = findLib(arg->getValue())) in linkerMain() local