Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h69 : sectionKind(kind), keepUnique(false), hasAltEntry(false), align(align), in InputSection()
73 : sectionKind(rhs.sectionKind), keepUnique(false), hasAltEntry(false), in InputSection()
83 bool keepUnique : 1; variable
H A DICF.cpp372 d->isec()->keepUnique = true; in markSymAsAddrSig()
428 !isec->keepUnique && !isec->hasAltEntry && in foldIdenticalSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h79 uint8_t keepUnique : 1;
116 : sectionKind(sectionKind), bss(false), keepUnique(false), type(type), in SectionBase()
H A DICF.cpp162 if (!s->isLive() || s->keepUnique || !(s->flags & SHF_ALLOC)) in isEligible()
H A DDriver.cpp2367 d->section->keepUnique = true; in markAddrsig()
2382 d->section->keepUnique = true; in findKeepUniqueSections()
/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp104 return !c->keepUnique; in isEligible()
H A DChunks.h377 bool keepUnique = false; variable
H A DDriver.cpp1191 c->keepUnique = true; in markAddrsig()