Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1678 constexpr StringRef errPrefix = "--shuffle-sections=: "; in readConfigs() local
1681 ErrAlways(ctx) << errPrefix << "expected <section_glob>=<seed>, but got '" in readConfigs()
1688 ErrAlways(ctx) << errPrefix << "expected an integer, but got '" in readConfigs()
1693 ErrAlways(ctx) << errPrefix << pat.takeError() << ": " << kv.first; in readConfigs()
1768 constexpr StringRef errPrefix = "-z dead-reloc-in-nonalloc=: "; in readConfigs() local
1771 ErrAlways(ctx) << errPrefix << "expected <section_glob>=<value>"; in readConfigs()
1776 ErrAlways(ctx) << errPrefix in readConfigs()
1782 ErrAlways(ctx) << errPrefix << pat.takeError() << ": " << kv.first; in readConfigs()