Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h705 void readMethodListHeader(const uint8_t *buf, uint32_t &structSizeAndFlags,
H A DSyntheticSections.cpp2004 readMethodListHeader(isec->data.data(), structSizeAndFlags, structCount); in setUp()
2150 readMethodListHeader(isec->data.data(), structSizeAndFlags, structCount); in writeRelativeMethodList()
2211 void ObjCMethListSection::readMethodListHeader(const uint8_t *buf, in readMethodListHeader() function in ObjCMethListSection