Searched refs:ARMExidxSyntheticSection (Results 1 – 3 of 3) sorted by relevance
1230 class ARMExidxSyntheticSection : public SyntheticSection {1232 ARMExidxSyntheticSection();1454 std::unique_ptr<ARMExidxSyntheticSection> armExidx;
3988 ARMExidxSyntheticSection::ARMExidxSyntheticSection() in ARMExidxSyntheticSection() function in ARMExidxSyntheticSection4004 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection()4083 void ARMExidxSyntheticSection::finalizeContents() { in finalizeContents()4157 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep()4170 void ARMExidxSyntheticSection::writeTo(uint8_t *buf) { in writeTo()4207 bool ARMExidxSyntheticSection::isNeeded() const { in isNeeded()4803 part.armExidx = std::make_unique<ARMExidxSyntheticSection>(); in createSyntheticSections()
722 if (auto *ex = dyn_cast<ARMExidxSyntheticSection>(first)) in finalize()