Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Driscv.h32 R_RISCV_32 = Edge::FirstRelocation,
H A Di386.h24 None = Edge::FirstRelocation,
H A Dloongarch.h31 Pointer64 = Edge::FirstRelocation,
H A Dx86_64.h33 Pointer64 = Edge::FirstRelocation,
H A Daarch64.h32 Pointer64 = Edge::FirstRelocation,
H A DJITLink.h69 FirstRelocation // First architecture specific relocation. enumerator
82 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()
85 return K - FirstRelocation; in getRelocation()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp110 Branch32 = Edge::FirstRelocation,
H A DELF_aarch64.cpp49 ELFCall26 = Edge::FirstRelocation,
H A DMachO_arm64.cpp35 MachOBranch26 = Edge::FirstRelocation,