Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h235 bool CopyRelocs; member
H A DOutputSections.cpp307 if (!Config->CopyRelocs || (Type != SHT_RELA && Type != SHT_REL)) in finalize()
H A DDriver.cpp1008 Config->CopyRelocs = (Config->Relocatable || Config->EmitRelocs); in setConfigs()
H A DWriter.cpp469 if (Config->CopyRelocs) in run()