Lines Matching refs:InputSectionBase
110 for (InputSectionBase *sec : inputSections) { in create()
176 SmallVector<InputSectionBase *, 0> sections; in create()
177 for (InputSectionBase *sec : inputSections) in create()
185 for (InputSectionBase *sec : sections) { in create()
233 SmallVector<InputSectionBase *, 0> sections; in create()
234 for (InputSectionBase *sec : inputSections) in create()
242 for (InputSectionBase *sec : sections) { in create()
268 uint64_t size, InputSectionBase §ion) { in addSyntheticLocal()
1615 InputSectionBase &isec, in addSymbolReloc()
1624 RelType dynType, InputSectionBase &inputSec, uint64_t offsetInSec, in addRelativeReloc()
1637 RelType dynType, InputSectionBase &isec, uint64_t offsetInSec, Symbol &sym, in addAddendOnlyRelocIfNonPreemptible()
1649 InputSectionBase &inputSec, in addReloc()
2767 ArrayRef<InputSectionBase *> sections = sec->file->getSections(); in readAddressAreas()
2772 InputSectionBase *s = sections[r.SectionIndex]; in readAddressAreas()
2905 for (InputSectionBase *s : inputSections) { in create()
2918 llvm::erase_if(inputSections, [](InputSectionBase *s) { in create()
2920 if (InputSectionBase *rel = isec->getRelocatedSection()) in create()
3357 for (InputSectionBase *sec : file->getSections()) { in splitSections()
3412 if (InputSectionBase *ex = isec->getRelocatedSection()) in addSection()