Searched refs:parseMethods (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 169 void parseMethods(const ConcatInputSection *methodsIsec, 188 void ObjcCategoryChecker::parseMethods(const ConcatInputSection *methodsIsec, in parseMethods() function in ObjcCategoryChecker 271 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory() 276 parseMethods(cast<ConcatInputSection>(r->getReferentInputSection()), in parseCategory() 303 parseMethods(instanceMethodsIsec, classSym, classIsec, MCK_Class, in parseClass() 310 parseMethods(classMethodsIsec, classSym, classIsec, MCK_Class, MK_Static); in parseClass()
|