Searched refs:Pointer64 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 32 Pointer64 = Edge::FirstRelocation, enumerator 270 case Pointer64: { in applyFixup() 368 B.addEdge(Pointer64, 0, *InitialTarget, InitialAddend);
|
| H A D | MachO_arm64.h | 26 Pointer64, enumerator
|
| H A D | ELF_x86_64.h | 26 Pointer64, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | x86_64.cpp | 23 case Pointer64: in getEdgeKindName()
|
| H A D | MachO_arm64.cpp | 40 return RI.r_extern ? Pointer64 : Pointer64Anon; in getRelocationKind() 310 case Pointer64: in addRelocations() 423 GOTEntryBlock.addEdge(Pointer64, 0, Target, 0); in createGOTEntry() 563 case Pointer64: in applyFixup() 702 case Pointer64: in getMachOARM64RelocationKindName()
|
| H A D | ELF_x86_64.cpp | 61 GOTEntryBlock.addEdge(Pointer64, 0, Target, 0); in createGOTEntry() 241 return ELF_x86_64_Edges::ELFX86RelocationKind::Pointer64; in getRelocationKind() 453 case ELFX86RelocationKind::Pointer64: { in applyFixup() 587 case Pointer64: in getELFX86RelocationKindName()
|
| H A D | MachO_x86_64.cpp | 338 Kind = x86_64::Pointer64; in addRelocations() 347 Kind = x86_64::Pointer64; in addRelocations()
|