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.h784 class ChainedFixupsSection final : public LinkEditSection {
786 ChainedFixupsSection();
863 ChainedFixupsSection *chainedFixups = nullptr;
H A DSyntheticSections.cpp2278 ChainedFixupsSection::ChainedFixupsSection() in ChainedFixupsSection() function in ChainedFixupsSection
2281 bool ChainedFixupsSection::isNeeded() const { in isNeeded()
2289 void ChainedFixupsSection::addBinding(const Symbol *sym, in addBinding()
2308 ChainedFixupsSection::getBinding(const Symbol *sym, int64_t addend) const { in getBinding()
2348 size_t ChainedFixupsSection::SegmentInfo::getSize() const { in getSize()
2354 size_t ChainedFixupsSection::SegmentInfo::writeTo(uint8_t *buf) const { in writeTo()
2396 void ChainedFixupsSection::writeTo(uint8_t *buf) const { in writeTo()
2453 void ChainedFixupsSection::finalizeContents() { in finalizeContents()
H A DWriter.cpp602 LCChainedFixups(ChainedFixupsSection *section) : section(section) {} in LCChainedFixups()
614 ChainedFixupsSection *section;
1358 in.chainedFixups = make<ChainedFixupsSection>(); in createSyntheticSections()