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