Searched refs:ehInputSections (Results 1 – 5 of 5) sorted by relevance
248 for (EhInputSection *eh : ctx.ehInputSections) { in run()
478 SmallVector<EhInputSection *, 0> ehInputSections; member
120 const size_t ehSize = ctx.ehInputSections.size(); in copySectionsIntoPartitions()130 assert(ctx.ehInputSections[i]->isLive()); in copySectionsIntoPartitions()131 auto *copy = make<EhInputSection>(*ctx.ehInputSections[i]); in copySectionsIntoPartitions()133 ctx.ehInputSections.push_back(copy); in copySectionsIntoPartitions()
103 ehInputSections.clear(); in reset()3045 ctx.ehInputSections.push_back(cast<EhInputSection>(s)); in link()
3963 for (EhInputSection *sec : ctx.ehInputSections) { in combineEhSections()