Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.h301 class StubHelperSection final : public SyntheticSection {
303 StubHelperSection();
637 StubHelperSection *stubHelper = nullptr;
H A DSyntheticSections.cpp668 StubHelperSection::StubHelperSection() in StubHelperSection() function in StubHelperSection
674 uint64_t StubHelperSection::getSize() const { in getSize()
679 bool StubHelperSection::isNeeded() const { return in.lazyBinding->isNeeded(); } in isNeeded()
681 void StubHelperSection::writeTo(uint8_t *buf) const { in writeTo()
690 void StubHelperSection::setup() { in setup()
H A DWriter.cpp1225 in.stubHelper = make<StubHelperSection>(); in createSyntheticSections()