Searched refs:ObjCStubsSection (Results 1 – 4 of 4) sorted by relevance
338 class ObjCStubsSection final : public SyntheticSection {340 ObjCStubsSection();857 ObjCStubsSection *objcStubs = nullptr;
883 ObjCStubsSection::ObjCStubsSection() in ObjCStubsSection() function in ObjCStubsSection891 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()
748 if (ObjCStubsSection::isObjCStubSymbol(sym)) { in scanSymbols()1371 in.objcStubs = make<ObjCStubsSection>(); in createSyntheticSections()
1322 if (ObjCStubsSection::isObjCStubSymbol(sym)) in addSynthenticMethnames()1323 os << ObjCStubsSection::getMethname(sym) << '\0'; in addSynthenticMethnames()