Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
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.h66 FirstRelocation // First architecture specific relocation. enumerator
79 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()
82 return K - FirstRelocation; in getRelocation()