Home
last modified time | relevance | path

Searched refs:ObjCStubsSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h338 class ObjCStubsSection final : public SyntheticSection {
340 ObjCStubsSection();
857 ObjCStubsSection *objcStubs = nullptr;
H A DSyntheticSections.cpp883 ObjCStubsSection::ObjCStubsSection() in ObjCStubsSection() function in ObjCStubsSection
891 bool ObjCStubsSection::isObjCStubSymbol(Symbol *sym) { in isObjCStubSymbol()
895 StringRef ObjCStubsSection::getMethname(Symbol *sym) { in getMethname()
902 void ObjCStubsSection::addEntry(Symbol *sym) { in addEntry()
921 void ObjCStubsSection::setUp() { in setUp()
942 uint64_t ObjCStubsSection::getSize() const { in getSize()
949 void ObjCStubsSection::writeTo(uint8_t *buf) const { in writeTo()
H A DWriter.cpp748 if (ObjCStubsSection::isObjCStubSymbol(sym)) { in scanSymbols()
1371 in.objcStubs = make<ObjCStubsSection>(); in createSyntheticSections()
H A DDriver.cpp1322 if (ObjCStubsSection::isObjCStubSymbol(sym)) in addSynthenticMethnames()
1323 os << ObjCStubsSection::getMethname(sym) << '\0'; in addSynthenticMethnames()