Home
last modified time | relevance | path

Searched refs:ARMExidxSyntheticSection (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h1027 class ARMExidxSyntheticSection : public SyntheticSection {
1029 ARMExidxSyntheticSection();
1169 ARMExidxSyntheticSection *armExidx;
HDSyntheticSections.cpp3261 ARMExidxSyntheticSection::ARMExidxSyntheticSection() in ARMExidxSyntheticSection() function in lld::elf::ARMExidxSyntheticSection
3277 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()
HDOutputSections.cpp367 if (auto *ex = dyn_cast<ARMExidxSyntheticSection>(first)) in finalize()
HDWriter.cpp444 part.armExidx = make<ARMExidxSyntheticSection>(); in createSyntheticSections()