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.h707 void writeMethodListHeader(uint8_t *buf, uint32_t structSizeAndFlags,
H A DSyntheticSections.cpp2159 writeMethodListHeader(buf, relativeStructSizeAndFlags, structCount); in writeRelativeMethodList()
2219 void ObjCMethListSection::writeMethodListHeader(uint8_t *buf, in writeMethodListHeader() function in ObjCMethListSection