Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h76 uint64_t estimateStubsInRangeVA(size_t callIdx) const;
H A DConcatOutputSection.cpp157 uint64_t TextOutputSection::estimateStubsInRangeVA(size_t callIdx) const { in estimateStubsInRangeVA() function in TextOutputSection
271 stubsInRangeVA = estimateStubsInRangeVA(callIdx); in finalize()