Home
last modified time | relevance | path

Searched refs:writeMethodListHeader (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h709 void writeMethodListHeader(uint8_t *buf, uint32_t structSizeAndFlags,
H A DSyntheticSections.cpp2183 writeMethodListHeader(buf, relativeStructSizeAndFlags, structCount); in writeRelativeMethodList()
2243 void ObjCMethListSection::writeMethodListHeader(uint8_t *buf, in writeMethodListHeader() function in ObjCMethListSection