Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.h65 unsigned KeepUnique : 1; variable
91 Bss(false), KeepUnique(false), Alignment(Alignment), Flags(Flags), in SectionBase()
H A DICF.cpp161 if (!S->Live || S->KeepUnique || !(S->Flags & SHF_ALLOC)) in isEligible()
H A DDriver.cpp1304 D->Section->KeepUnique = true; in markAddrsig()
1319 D->Section->KeepUnique = true; in findKeepUniqueSections()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DICF.cpp101 return !C->KeepUnique; in isEligible()
H A DChunks.h128 bool KeepUnique = false; variable
H A DDriver.cpp813 C->KeepUnique = true; in markAddrsig()