Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h139 Branch26PCRel, enumerator
536 case Branch26PCRel: { in applyFixup()
773 B.addEdge(Branch26PCRel, 4, ReentrySymbol, 0); in createReentryTrampolineBlock()
873 if (E.getKind() == aarch64::Branch26PCRel && !E.getTarget().isDefined()) { in visitEdge()
H A Dloongarch.h111 Branch26PCRel, enumerator
385 case Branch26PCRel: { in applyFixup()
672 if ((E.getKind() == Branch26PCRel || E.getKind() == Call36PCRel) && in visitEdge()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dloongarch.cpp49 KIND_NAME_CASE(Branch26PCRel) in getEdgeKindName()
H A Daarch64.cpp53 case Branch26PCRel: in getEdgeKindName()
H A DELF_loongarch.cpp298 return Branch26PCRel; in getRelocationKind()
H A DMachO_arm64.cpp377 Kind = aarch64::Branch26PCRel; in addRelocations()
H A DELF_aarch64.cpp275 Kind = aarch64::Branch26PCRel; in addSingleRelocation()