Home
last modified time | relevance | path

Searched refs:objcStubs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp97 .Case(section_names::objcStubs, -2) in sectionOrder()
H A DWriter.cpp756 in.objcStubs->addEntry(sym); in scanSymbols()
1297 if (in.objcStubs->isNeeded()) in run()
1298 in.objcStubs->setUp(); in run()
1371 in.objcStubs = make<ObjCStubsSection>(); in createSyntheticSections()
H A DInputSection.h350 constexpr const char objcStubs[] = "__objc_stubs"; variable
H A DSyntheticSections.h857 ObjCStubsSection *objcStubs = nullptr; member
H A DSyntheticSections.cpp884 : SyntheticSection(segment_names::text, section_names::objcStubs) { in ObjCStubsSection()
958 target->writeObjCMsgSendStub(buf + stubOffset, sym, in.objcStubs->addr, in writeTo()