Searched refs:getMethname (Results 1 – 3 of 3) sorted by relevance
350 static StringRef getMethname(Symbol *sym);
895 StringRef ObjCStubsSection::getMethname(Symbol *sym) { in getMethname() function in ObjCStubsSection903 StringRef methname = getMethname(sym); in addEntry()954 auto methname = getMethname(sym); in writeTo()
1323 os << ObjCStubsSection::getMethname(sym) << '\0'; in addSynthenticMethnames()