Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1230 class ARMExidxSyntheticSection : public SyntheticSection {
1232 ARMExidxSyntheticSection();
1454 std::unique_ptr<ARMExidxSyntheticSection> armExidx;
H A DSyntheticSections.cpp3988 ARMExidxSyntheticSection::ARMExidxSyntheticSection() in ARMExidxSyntheticSection() function in ARMExidxSyntheticSection
4004 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()
H A DOutputSections.cpp722 if (auto *ex = dyn_cast<ARMExidxSyntheticSection>(first)) in finalize()