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.h709 uint32_t computeRelativeMethodListSize(uint32_t absoluteMethodListSize) const;
H A DSyntheticSections.cpp2041 computeRelativeMethodListSize(isec->data.size()); in finalize()
2185 outSecOff == computeRelativeMethodListSize(inSecOff) && in writeRelativeMethodList()
2194 uint32_t ObjCMethListSection::computeRelativeMethodListSize( in computeRelativeMethodListSize() function in ObjCMethListSection