Lines Matching refs:InputSectionBase
114 for (InputSectionBase *sec : ctx.inputSections) { in create()
181 SmallVector<InputSectionBase *, 0> sections; in create()
182 for (InputSectionBase *sec : ctx.inputSections) in create()
190 for (InputSectionBase *sec : sections) { in create()
238 SmallVector<InputSectionBase *, 0> sections; in create()
239 for (InputSectionBase *sec : ctx.inputSections) in create()
247 for (InputSectionBase *sec : sections) { in create()
273 uint64_t size, InputSectionBase §ion) { in addSyntheticLocal()
1635 RelType dynType, InputSectionBase &isec, uint64_t offsetInSec, Symbol &sym, in addSymbolReloc()
3125 for (InputSectionBase *s : ctx.inputSections) { in init()
3358 ArrayRef<InputSectionBase *> sections = sec->file->getSections(); in readAddressAreas()
3363 InputSectionBase *s = sections[r.SectionIndex]; in readAddressAreas()
3496 for (InputSectionBase *s : ctx.inputSections) { in create()
3509 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in create()
3511 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
3950 for (InputSectionBase *sec : file->getSections()) { in splitSections()
3973 llvm::erase_if(ctx.inputSections, [](InputSectionBase *s) { in combineEhSections()
4028 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()