Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h63 uint8_t keepUnique : 1; variable
99 keepUnique(false), partition(0), alignment(alignment), flags(flags), in SectionBase()
H A DICF.cpp164 if (!s->isLive() || s->keepUnique || !(s->flags & SHF_ALLOC)) in isEligible()
H A DDriver.cpp1855 d->section->keepUnique = true; in markAddrsig()
1870 d->section->keepUnique = true; in findKeepUniqueSections()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DICF.cpp101 return !c->keepUnique; in isEligible()
H A DChunks.h333 bool keepUnique = false; variable
H A DDriver.cpp1077 c->keepUnique = true; in markAddrsig()