Searched refs:isecVA (Results 1 – 1 of 1) sorted by relevance
188 uint64_t isecVA = inputs[callIdx]->getVA(); in estimateBranchTargetThresholdVA() local189 uint64_t isecEnd = isecVA; in estimateBranchTargetThresholdVA()199 llvm::partition_point(thunks, [isecVA](const ConcatInputSection *t) { in estimateBranchTargetThresholdVA()200 return t->getVA() <= isecVA; in estimateBranchTargetThresholdVA()207 assert(isecEnd - isecVA <= forwardBranchRange && in estimateBranchTargetThresholdVA()249 ", isecVA = " + utohexstr(isecVA) + ", threshold = " + in estimateBranchTargetThresholdVA()251 ", tail = " + utohexstr(isecEnd - isecVA) + in estimateBranchTargetThresholdVA()252 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA))); in estimateBranchTargetThresholdVA()300 uint64_t isecVA = isec->getVA(); in finalize() local314 if (expectedNewSize >= isecVA + forwardBranchRange - slop) in finalize()[all …]