Searched refs:keepUnique (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputSection.h | 67 : 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 D | ICF.cpp | 372 d->isec->keepUnique = true; in markSymAsAddrSig() 428 !isec->keepUnique && !isec->hasAltEntry && in foldIdenticalSections()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputSection.h | 61 uint8_t keepUnique : 1; variable 98 : sectionKind(sectionKind), bss(false), keepUnique(false), type(type), in SectionBase()
|
| H A D | ICF.cpp | 162 if (!s->isLive() || s->keepUnique || !(s->flags & SHF_ALLOC)) in isEligible()
|
| H A D | Driver.cpp | 2109 d->section->keepUnique = true; in markAddrsig() 2124 d->section->keepUnique = true; in findKeepUniqueSections()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | ICF.cpp | 100 return !c->keepUnique; in isEligible()
|
| H A D | Chunks.h | 348 bool keepUnique = false; variable
|
| H A D | Driver.cpp | 1183 c->keepUnique = true; in markAddrsig()
|