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.h1246 class ARMExidxSyntheticSection : public SyntheticSection {
1248 ARMExidxSyntheticSection(Ctx &);
1509 std::unique_ptr<ARMExidxSyntheticSection> armExidx;
H A DSyntheticSections.cpp4078 ARMExidxSyntheticSection::ARMExidxSyntheticSection(Ctx &ctx) in ARMExidxSyntheticSection() function in ARMExidxSyntheticSection
4094 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection()
4175 void ARMExidxSyntheticSection::finalizeContents() { in finalizeContents()
4249 InputSection *ARMExidxSyntheticSection::getLinkOrderDep() const { in getLinkOrderDep()
4262 void ARMExidxSyntheticSection::writeTo(uint8_t *buf) { in writeTo()
4299 bool ARMExidxSyntheticSection::isNeeded() const { in isNeeded()
4874 part.armExidx = std::make_unique<ARMExidxSyntheticSection>(ctx); in createSyntheticSections()
H A DOutputSections.cpp745 if (auto *ex = dyn_cast<ARMExidxSyntheticSection>(first)) in finalize()