Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h711 uint32_t computeRelativeMethodListSize(uint32_t absoluteMethodListSize) const;
H A DSyntheticSections.cpp2061 computeRelativeMethodListSize(isec->data.size()); in finalize()
2209 outSecOff == computeRelativeMethodListSize(inSecOff) && in writeRelativeMethodList()
2218 uint32_t ObjCMethListSection::computeRelativeMethodListSize( in computeRelativeMethodListSize() function in ObjCMethListSection