Searched refs:emitAndLinkPointerList (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 451 void emitAndLinkPointerList(Defined *parentSym, uint32_t linkAtOffset, 910 void ObjcCategoryMerger::emitAndLinkPointerList( in emitAndLinkPointerList() function in __anonff1b1f600411::ObjcCategoryMerger 1096 emitAndLinkPointerList(catBodySym, catLayout.instanceMethodsOffset, extInfo, in emitCategory() 1099 emitAndLinkPointerList(catBodySym, catLayout.classMethodsOffset, extInfo, in emitCategory() 1105 emitAndLinkPointerList(catBodySym, catLayout.instancePropsOffset, extInfo, in emitCategory() 1108 emitAndLinkPointerList(catBodySym, catLayout.classPropsOffset, extInfo, in emitCategory() 1473 emitAndLinkPointerList(metaRo, roClassLayout.baseMethodsOffset, extInfo, in mergeCategoriesIntoBaseClass() 1475 emitAndLinkPointerList(classRo, roClassLayout.baseMethodsOffset, extInfo, in mergeCategoriesIntoBaseClass() 1478 emitAndLinkPointerList(metaRo, roClassLayout.basePropertiesOffset, extInfo, in mergeCategoriesIntoBaseClass() 1481 emitAndLinkPointerList(classRo, roClassLayout.basePropertiesOffset, extInfo, in mergeCategoriesIntoBaseClass()
|