Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp274 auto RelHI20 = getRISCVPCRelHi20(E); in applyFixup() local
275 if (!RelHI20) in applyFixup()
276 return RelHI20.takeError(); in applyFixup()
277 int64_t Value = RelHI20->getTarget().getAddress() + in applyFixup()
278 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup()
289 auto RelHI20 = getRISCVPCRelHi20(E); in applyFixup() local
290 if (!RelHI20) in applyFixup()
291 return RelHI20.takeError(); in applyFixup()
292 int64_t Value = RelHI20->getTarget().getAddress() + in applyFixup()
293 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup()