Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h225 llvm::StringRef dependencyFile; member
H A DDriver.cpp1394 ctx.arg.dependencyFile = args.getLastArgValue(OPT_dependency_file); in readConfigs()
2467 raw_fd_ostream os = ctx.openAuxiliaryFile(ctx.arg.dependencyFile, ec); in writeDependencyFile()
2469 ErrAlways(ctx) << "cannot open " << ctx.arg.dependencyFile << ": " in writeDependencyFile()
3389 if (!ctx.arg.dependencyFile.empty()) in link()