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.h32 R_RISCV_32 = Edge::FirstRelocation,
H A Daarch32.h36 FirstDataRelocation = Edge::FirstRelocation,
H A Di386.h24 None = Edge::FirstRelocation,
H A Dloongarch.h31 Pointer64 = Edge::FirstRelocation,
H A Dx86_64.h31 Pointer64 = Edge::FirstRelocation,
H A Dppc64.h24 Pointer64 = Edge::FirstRelocation,
H A Daarch64.h32 Pointer64 = Edge::FirstRelocation,
H A DJITLink.h75 FirstRelocation // First architecture specific relocation. enumerator
88 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()
91 return K - FirstRelocation; in getRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp51 ELFCall26 = Edge::FirstRelocation,
H A DMachO_arm64.cpp37 MachOBranch26 = Edge::FirstRelocation,