Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp884 if (const Relocation *hiRel = getRISCVPCRelHi20(ctx, this, r)) in getRelocTargetVA() local
885 return getRelocTargetVA(ctx, *hiRel, r.sym->getVA(ctx)); in getRelocTargetVA()