Searched refs:FirstRelocation (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | riscv.h | 31 R_RISCV_32 = Edge::FirstRelocation,
|
| H A D | ELF_x86_64.h | 23 Branch32 = Edge::FirstRelocation,
|
| H A D | x86_64.h | 33 Pointer64 = Edge::FirstRelocation,
|
| H A D | aarch64.h | 25 Branch26 = Edge::FirstRelocation,
|
| H A D | JITLink.h | 67 FirstRelocation // First architecture specific relocation. enumerator 80 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation() 83 return K - FirstRelocation; in getRelocation()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/JITLink/ |
| H A D | LinkGraphTests.cpp | 83 B1.addEdge(Edge::FirstRelocation, 8, S1, 0); in TEST() 538 B1.addEdge(Edge::FirstRelocation, 0, ES1, 0); in TEST() 539 B1.addEdge(Edge::FirstRelocation, 4, ES2, 0); in TEST() 540 B1.addEdge(Edge::FirstRelocation, 8, ES3, 0); in TEST() 541 B1.addEdge(Edge::FirstRelocation, 12, ES4, 0); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_aarch64.cpp | 49 ELFCall26 = Edge::FirstRelocation,
|
| H A D | MachO_arm64.cpp | 35 MachOBranch26 = Edge::FirstRelocation,
|