Searched refs:estimateStubsInRangeVA (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lld/MachO/
H A DConcatOutputSection.h76 uint64_t estimateStubsInRangeVA(size_t callIdx) const;
H A DConcatOutputSection.cpp141 // estimateStubsInRangeVA().
145 // estimating distance to __stubs in estimateStubsInRangeVA().
157 uint64_t TextOutputSection::estimateStubsInRangeVA(size_t callIdx) const { function in class:TextOutputSection
165 // finalized when estimateStubsInRangeVA() is called. So only backward
266 stubsInRangeVA = estimateStubsInRangeVA(callIdx);

Completed in 74 milliseconds