Home
last modified time | relevance | path

Searched refs:ehInputSections (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp242 for (EhInputSection *eh : ctx.ehInputSections) { in run()
H A DConfig.h461 SmallVector<EhInputSection *, 0> ehInputSections; member
H A DWriter.cpp124 const size_t ehSize = ctx.ehInputSections.size(); in copySectionsIntoPartitions()
134 assert(ctx.ehInputSections[i]->isLive()); in copySectionsIntoPartitions()
135 auto *copy = make<EhInputSection>(*ctx.ehInputSections[i]); in copySectionsIntoPartitions()
137 ctx.ehInputSections.push_back(copy); in copySectionsIntoPartitions()
H A DDriver.cpp102 ehInputSections.clear(); in reset()
2909 ctx.ehInputSections.push_back(cast<EhInputSection>(s)); in link()
H A DSyntheticSections.cpp3351 for (EhInputSection *sec : ctx.ehInputSections) { in combineEhSections()