Lines Matching refs:InputSectionBase
297 bool LinkerScript::shouldKeep(InputSectionBase *S) { in shouldKeep()
310 static std::function<bool(InputSectionBase *, InputSectionBase *)>
314 return [](InputSectionBase *A, InputSectionBase *B) { in getComparator()
321 return [](InputSectionBase *A, InputSectionBase *B) { in getComparator()
325 return [](InputSectionBase *A, InputSectionBase *B) { in getComparator()
384 for (InputSectionBase *Sec : InputSections) { in computeInputSections()
497 for (InputSectionBase *S : V) in processSectionCommands()
514 for (InputSectionBase *S : V) in processSectionCommands()
541 static OutputSection *createSection(InputSectionBase *IS, in createSection()
549 InputSectionBase *IS, StringRef OutsecName) { in addInputSec()
644 auto Add = [&](InputSectionBase *S) { in addOrphanSections()
670 for (InputSectionBase *IS : InputSections) { in addOrphanSections()
672 if (InputSectionBase *Rel = Sec->getRelocatedSection()) in addOrphanSections()
673 if (auto *RelIS = dyn_cast_or_null<InputSectionBase>(Rel->Parent)) in addOrphanSections()