Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h219 bool gnuUnique; member
H A DSymbols.cpp277 if (binding == STB_GNU_UNIQUE && !config->gnuUnique) in computeBinding()
H A DDriver.cpp1132 config->gnuUnique = args.hasFlag(OPT_gnu_unique, OPT_no_gnu_unique, true); in readConfigs()