Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h786 class ChainedFixupsSection final : public LinkEditSection {
788 ChainedFixupsSection();
865 ChainedFixupsSection *chainedFixups = nullptr;
H A DSyntheticSections.cpp2302 ChainedFixupsSection::ChainedFixupsSection() in ChainedFixupsSection() function in ChainedFixupsSection
2305 bool ChainedFixupsSection::isNeeded() const { in isNeeded()
2313 void ChainedFixupsSection::addBinding(const Symbol *sym, in addBinding()
2332 ChainedFixupsSection::getBinding(const Symbol *sym, int64_t addend) const { in getBinding()
2372 size_t ChainedFixupsSection::SegmentInfo::getSize() const { in getSize()
2378 size_t ChainedFixupsSection::SegmentInfo::writeTo(uint8_t *buf) const { in writeTo()
2420 void ChainedFixupsSection::writeTo(uint8_t *buf) const { in writeTo()
2477 void ChainedFixupsSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp626 LCChainedFixups(ChainedFixupsSection *section) : section(section) {} in LCChainedFixups()
638 ChainedFixupsSection *section;
1387 in.chainedFixups = make<ChainedFixupsSection>(); in createSyntheticSections()