Lines Matching refs:InputSectionBase
110 for (InputSectionBase *sec : ctx.inputSections) { in create()
177 SmallVector<InputSectionBase *, 0> sections; in create()
178 for (InputSectionBase *sec : ctx.inputSections) in create()
186 for (InputSectionBase *sec : sections) { in create()
234 SmallVector<InputSectionBase *, 0> sections; in create()
235 for (InputSectionBase *sec : ctx.inputSections) in create()
243 for (InputSectionBase *sec : sections) { in create()
269 uint64_t size, InputSectionBase §ion) { in addSyntheticLocal()
1592 RelType dynType, InputSectionBase &isec, uint64_t offsetInSec, Symbol &sym, in addSymbolReloc()
2714 ArrayRef<InputSectionBase *> sections = sec->file->getSections(); in readAddressAreas()
2719 InputSectionBase *s = sections[r.SectionIndex]; in readAddressAreas()
2857 for (InputSectionBase *s : ctx.inputSections) { in create()
2870 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in create()
2872 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
3313 for (InputSectionBase *sec : file->getSections()) { in splitSections()
3336 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in combineEhSections()
3391 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()