Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h305 class StubHelperSection final : public SyntheticSection {
307 StubHelperSection();
793 StubHelperSection *stubHelper = nullptr;
H A DSyntheticSections.cpp758 StubHelperSection::StubHelperSection() in StubHelperSection() function in StubHelperSection
764 uint64_t StubHelperSection::getSize() const { in getSize()
769 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded()
771 void StubHelperSection::writeTo(uint8_t *buf) const { in writeTo()
780 void StubHelperSection::setUp() { in setUp()
H A DWriter.cpp1347 in.stubHelper = make<StubHelperSection>(); in createSyntheticSections()