Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h299 class StubHelperSection final : public SyntheticSection {
301 StubHelperSection();
604 StubHelperSection *stubHelper = nullptr;
H A DSyntheticSections.cpp582 StubHelperSection::StubHelperSection() in StubHelperSection() function in StubHelperSection
588 uint64_t StubHelperSection::getSize() const { in getSize()
593 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded()
595 void StubHelperSection::writeTo(uint8_t *buf) const { in writeTo()
604 void StubHelperSection::setup() { in setup()
H A DWriter.cpp1142 in.stubHelper = make<StubHelperSection>(); in createSyntheticSections()