Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Driscv.h33 R_RISCV_32 = Edge::FirstRelocation,
H A Dx86.h34 Pointer32 = Edge::FirstRelocation,
H A Daarch32.h37 FirstDataRelocation = Edge::FirstRelocation,
H A Dx86_64.h32 Pointer64 = Edge::FirstRelocation,
H A Dloongarch.h34 Pointer64 = Edge::FirstRelocation,
H A Dppc64.h25 Pointer64 = Edge::FirstRelocation,
H A Daarch64.h33 Pointer64 = Edge::FirstRelocation,
H A DJITLink.h76 FirstRelocation // First architecture specific relocation. enumerator
89 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()
92 return K - FirstRelocation; in getRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp40 MachOBranch26 = Edge::FirstRelocation,
H A DELF_aarch64.cpp129 ELFCall26 = Edge::FirstRelocation,