Searched refs:emitAndLinkPointerList (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 474 void emitAndLinkPointerList(Defined *parentSym, uint32_t linkAtOffset, 909 void ObjcCategoryMerger::emitAndLinkPointerList( in emitAndLinkPointerList() function in __anonff1b1f600411::ObjcCategoryMerger 1095 emitAndLinkPointerList(catBodySym, catLayout.instanceMethodsOffset, extInfo, in emitCategory() 1098 emitAndLinkPointerList(catBodySym, catLayout.classMethodsOffset, extInfo, in emitCategory() 1104 emitAndLinkPointerList(catBodySym, catLayout.instancePropsOffset, extInfo, in emitCategory() 1107 emitAndLinkPointerList(catBodySym, catLayout.classPropsOffset, extInfo, in emitCategory() 1463 emitAndLinkPointerList(metaRo, roClassLayout.baseMethodsOffset, extInfo, in mergeCategoriesIntoBaseClass() 1465 emitAndLinkPointerList(classRo, roClassLayout.baseMethodsOffset, extInfo, in mergeCategoriesIntoBaseClass() 1468 emitAndLinkPointerList(metaRo, roClassLayout.basePropertiesOffset, extInfo, in mergeCategoriesIntoBaseClass() 1471 emitAndLinkPointerList(classRo, roClassLayout.basePropertiesOffset, extInfo, in mergeCategoriesIntoBaseClass()
|