Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h316 class LazyPointerSection final : public SyntheticSection {
318 LazyPointerSection();
635 LazyPointerSection *lazyPointers = nullptr;
H A DSyntheticSections.cpp719 LazyPointerSection::LazyPointerSection() in LazyPointerSection() function in LazyPointerSection
725 uint64_t LazyPointerSection::getSize() const { in getSize()
729 bool LazyPointerSection::isNeeded() const { in isNeeded()
733 void LazyPointerSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp1223 in.lazyPointers = make<LazyPointerSection>(); in createSyntheticSections()