Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDriscv.h32 R_RISCV_32 = Edge::FirstRelocation,
HDi386.h24 None = Edge::FirstRelocation,
HDloongarch.h31 Pointer64 = Edge::FirstRelocation,
HDaarch32.h36 FirstDataRelocation = Edge::FirstRelocation,
HDx86_64.h31 Pointer64 = Edge::FirstRelocation,
HDaarch64.h32 Pointer64 = Edge::FirstRelocation,
HDJITLink.h75 FirstRelocation // First architecture specific relocation. enumerator
88 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()
91 return K - FirstRelocation; in getRelocation()
HDppc64.h24 Pointer64 = Edge::FirstRelocation,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_aarch64.cpp51 ELFCall26 = Edge::FirstRelocation,
HDMachO_arm64.cpp37 MachOBranch26 = Edge::FirstRelocation,