Home
last modified time | relevance | path

Searched refs:manifestInput (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h208 std::vector<std::string> manifestInput; member
H A DDriverUtils.cpp431 for (StringRef filename : ctx.config.manifestInput) { in createManifestXmlWithInternalMt()
461 for (StringRef filename : ctx.config.manifestInput) { in createManifestXmlWithExternalMt()
482 if (ctx.config.manifestInput.empty()) in createManifestXml()
H A DDriver.cpp2000 config->manifestInput.push_back(arg->getValue()); in linkerMain()
2002 if (!config->manifestInput.empty() && in linkerMain()