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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h208 std::vector<std::string> manifestInput; member in struct:lld::coff::Configuration
H A DDriverUtils.cpp429 for (StringRef filename : ctx.config.manifestInput) {
459 for (StringRef filename : ctx.config.manifestInput) {
480 if (ctx.config.manifestInput.empty())
H A DDriver.cpp2008 config->manifestInput.push_back(arg->getValue());
2010 if (!config->manifestInput.empty() &&

Completed in 126 milliseconds