Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputSection.h67 : sectionKind(kind), keepUnique(false), hasAltEntry(false), align(align), in InputSection()
71 : sectionKind(rhs.sectionKind), keepUnique(false), hasAltEntry(false), in InputSection()
81 bool keepUnique : 1; variable
H A DICF.cpp372 d->isec->keepUnique = true; in markSymAsAddrSig()
428 !isec->keepUnique && !isec->hasAltEntry && in foldIdenticalSections()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.h61 uint8_t keepUnique : 1; variable
98 : 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.cpp2109 d->section->keepUnique = true; in markAddrsig()
2124 d->section->keepUnique = true; in findKeepUniqueSections()
/openbsd-src/gnu/llvm/lld/COFF/
H A DICF.cpp100 return !c->keepUnique; in isEligible()
H A DChunks.h348 bool keepUnique = false; variable
H A DDriver.cpp1183 c->keepUnique = true; in markAddrsig()