Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h159 bool defineCommon; member
H A DDriver.cpp338 if (!config->relocatable && !config->defineCommon) in checkOptions()
1024 config->defineCommon = args.hasFlag(OPT_define_common, OPT_no_define_common, in readConfigs()
H A DSyntheticSections.cpp2200 if (!config->defineCommon) in getCommonSec()