Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1554 for (auto reportArg : reports) { in readConfigs() local
1555 if (option.first != reportArg.first) in readConfigs()
1559 error(Twine("-z ") + reportArg.first + "= parameter " + option.second + in readConfigs()
1563 *reportArg.second = option.second; in readConfigs()