Searched refs:ARMExidxSyntheticSection (Results 1 – 4 of 4) sorted by relevance
1027 class ARMExidxSyntheticSection : public SyntheticSection {1029 ARMExidxSyntheticSection();1169 ARMExidxSyntheticSection *armExidx;
3261 ARMExidxSyntheticSection::ARMExidxSyntheticSection() in ARMExidxSyntheticSection() function in lld::elf::ARMExidxSyntheticSection3277 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection()3355 void ARMExidxSyntheticSection::finalizeContents() { in finalizeContents()3411 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep()3424 void ARMExidxSyntheticSection::writeTo(uint8_t *buf) { in writeTo()3453 bool ARMExidxSyntheticSection::isNeeded() const { in isNeeded()3459 bool ARMExidxSyntheticSection::classof(const SectionBase *d) { in classof()
367 if (auto *ex = dyn_cast<ARMExidxSyntheticSection>(first)) in finalize()
444 part.armExidx = make<ARMExidxSyntheticSection>(); in createSyntheticSections()