Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h137 bool DefineCommon; member
H A DDriver.cpp299 if (!Config->Relocatable && !Config->DefineCommon) in checkOptions()
772 Config->DefineCommon = Args.hasFlag(OPT_define_common, OPT_no_define_common, in readConfigs()
H A DSyntheticSections.cpp1969 if (!Config->DefineCommon) in getCommonSec()