Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h359 class LazyPointerSection final : public SyntheticSection {
361 LazyPointerSection();
856 LazyPointerSection *lazyPointers = nullptr;
H A DSyntheticSections.cpp960 LazyPointerSection::LazyPointerSection() in LazyPointerSection() function in LazyPointerSection
966 uint64_t LazyPointerSection::getSize() const { in getSize()
970 bool LazyPointerSection::isNeeded() const { in isNeeded()
974 void LazyPointerSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp1393 in.lazyPointers = make<LazyPointerSection>(); in createSyntheticSections()