Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp174 TextOutputSection::estimateBranchTargetThresholdVA(size_t callIdx) const { in estimateBranchTargetThresholdVA()
188 uint64_t isecVA = inputs[callIdx]->getVA(); in estimateBranchTargetThresholdVA()
190 for (size_t i = callIdx; i < inputs.size(); i++) { in estimateBranchTargetThresholdVA()
294 for (size_t callIdx = 0, endIdx = inputs.size(); callIdx < endIdx; in finalize() local
295 ++callIdx) { in finalize()
296 if (finalIdx == callIdx) in finalize()
298 ConcatInputSection *isec = inputs[callIdx]; in finalize()
333 branchTargetThresholdVA = estimateBranchTargetThresholdVA(callIdx); in finalize()
H A DConcatOutputSection.h83 uint64_t estimateBranchTargetThresholdVA(size_t callIdx) const;