Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DTargetImpl.h69 std::pair<Relocation *, uint64_t> targetAndAddend = in applyBranchToBranchOptImpl() local
71 if (!targetAndAddend.first) in applyBranchToBranchOptImpl()
79 getRelocBranchInfo(*targetAndAddend.first, in applyBranchToBranchOptImpl()
80 targetAndAddend.second); in applyBranchToBranchOptImpl()
83 targetAndAddend = nextTargetAndAddend; in applyBranchToBranchOptImpl()
85 redirectControlTransferRelocations(r, *targetAndAddend.first); in applyBranchToBranchOptImpl()