Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDSyntheticSections.h709 uint32_t computeRelativeMethodListSize(uint32_t absoluteMethodListSize) const;
HDSyntheticSections.cpp2041 computeRelativeMethodListSize(isec->data.size()); in finalize()
2185 outSecOff == computeRelativeMethodListSize(inSecOff) && in writeRelativeMethodList()
2194 uint32_t ObjCMethListSection::computeRelativeMethodListSize( in computeRelativeMethodListSize() function in ObjCMethListSection