Lines Matching refs:InputSection
400 if (this->Sections[I] == &InputSection::Discarded) in initializeSections()
424 this->Sections[I] = &InputSection::Discarded; in initializeSections()
432 this->Sections[I] = &InputSection::Discarded; in initializeSections()
463 this->Sections[SecIndex] = &InputSection::Discarded; in initializeSections()
490 InputSection *IS = cast<InputSection>(this->Sections[I]); in initializeSections()
492 if (!isa<InputSection>(LinkSec)) in initializeSections()
593 if (Target == &InputSection::Discarded) in getRelocTarget()
603 static InputSection *toRegularSection(MergeInputSection *Sec) { in toRegularSection()
604 return make<InputSection>(Sec->File, Sec->Flags, Sec->Type, Sec->Alignment, in toRegularSection()
626 In.ARMAttributes = make<InputSection>(*this, Sec, Name); in createInputSection()
629 return &InputSection::Discarded; in createInputSection()
646 InputSection *RelocSec = make<InputSection>(*this, Sec, Name); in createInputSection()
688 InputSection *RelocSec = make<InputSection>(*this, Sec, Name); in createInputSection()
711 return &InputSection::Discarded; in createInputSection()
720 return &InputSection::Discarded; in createInputSection()
723 return &InputSection::Discarded; in createInputSection()
731 return &InputSection::Discarded; in createInputSection()
741 return &InputSection::Discarded; in createInputSection()
749 return &InputSection::Discarded; in createInputSection()
759 return make<InputSection>(*this, Sec, Name); in createInputSection()
819 if (Sec == &InputSection::Discarded) in createSymbol()
1204 auto *Section = make<InputSection>(this, SHF_ALLOC | SHF_WRITE, SHT_PROGBITS, in parse()