Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Driscv.h31 R_RISCV_32 = Edge::FirstRelocation,
H A DMachO_arm64.h24 Branch26 = Edge::FirstRelocation,
H A DELF_x86_64.h23 Branch32 = Edge::FirstRelocation,
H A Dx86_64.h32 Pointer64 = Edge::FirstRelocation,
H A DJITLink.h67 FirstRelocation // First architecture specific relocation. enumerator
80 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()
83 return K - FirstRelocation; in getRelocation()