| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF_x86_64.cpp | 32 Pointer64, enumerator 142 Kind = EdgeKind_coff_x86_64::Pointer64; in addSingleRelocation() 214 case EdgeKind_coff_x86_64::Pointer64: { in operator ()() 215 E.setKind(x86_64::Pointer64); in operator ()() 261 case Pointer64: in getCOFFX86RelocationKindName()
|
| H A D | EHFrameSupportImpl.h | 35 Edge::Kind Pointer32, Edge::Kind Pointer64, 114 Edge::Kind Pointer64; variable
|
| H A D | ELF_aarch64.cpp | 427 Kind = aarch64::Pointer64; in addSingleRelocation() 557 TLSInfoEntry.addEdge(aarch64::Pointer64, 8, Target, 0); in createEntry() 623 EntryBlock.addEdge(aarch64::Pointer64, 0, getTLSDescResolver(G), 0); in createEntry() 624 EntryBlock.addEdge(aarch64::Pointer64, 8, in createEntry() 708 ".eh_frame", 8, aarch64::Pointer32, aarch64::Pointer64, in link_ELF_aarch64()
|
| H A D | ELF_x86_64.cpp | 63 TLSInfoEntry.addEdge(x86_64::Pointer64, 8, Target, 0); in createEntry() 183 Kind = x86_64::Pointer64; in addSingleRelocation() 367 ".eh_frame", x86_64::PointerSize, x86_64::Pointer32, x86_64::Pointer64, in link_ELF_x86_64()
|
| H A D | ppc64.cpp | 63 case Pointer64: in getEdgeKindName()
|
| H A D | ELF_ppc64.cpp | 69 TLSInfoEntry.addEdge(ppc64::Pointer64, 8, Target, 0); in createEntry() 134 return E.getKind() == ppc64::Pointer64 && E.getTarget().isExternal(); in registerExistingGOTEntries() 276 Kind = ppc64::Pointer64; in addSingleRelocation() 503 ".eh_frame", G->getPointerSize(), ppc64::Pointer32, ppc64::Pointer64, in link_ELF_ppc64()
|
| H A D | MachO_arm64.cpp | 396 ? aarch64::Pointer64 in addRelocations() 410 Kind = aarch64::Pointer64; in addRelocations() 608 if (E.getKind() == aarch64::Pointer64) { in applyPACSigningToModInitPointers() 720 aarch64::Pointer32, aarch64::Pointer64, in createEHFrameEdgeFixerPass_MachO_arm64()
|
| H A D | EHFrameSupport.cpp | 23 Edge::Kind Pointer64, Edge::Kind Delta32, in EHFrameEdgeFixer() argument 26 Pointer32(Pointer32), Pointer64(Pointer64), Delta32(Delta32), in EHFrameEdgeFixer() 578 PtrEdgeKind = Is64Bit ? Pointer64 : Pointer32; in getOrCreateEncodedPointerEdge()
|
| H A D | loongarch.cpp | 42 KIND_NAME_CASE(Pointer64) in getEdgeKindName()
|
| H A D | aarch64.cpp | 39 case Pointer64: in getEdgeKindName() 346 E.setKind(aarch64::Pointer64); in lowerPointer64AuthEdgesToSigningFunction()
|
| H A D | MachO_x86_64.cpp | 369 Kind = x86_64::Pointer64; in addRelocations() 382 Kind = x86_64::Pointer64; in addRelocations() 592 x86_64::Pointer32, x86_64::Pointer64, x86_64::Delta32, in createEHFrameEdgeFixerPass_MachO_x86_64()
|
| H A D | XCOFF_ppc64.cpp | 79 case ppc64::Pointer64: in applyFixup()
|
| H A D | x86_64.cpp | 23 case Pointer64: in getEdgeKindName()
|
| H A D | ELF_loongarch.cpp | 288 return Pointer64; in getRelocationKind() 476 EHFrameEdgeFixer(".eh_frame", G->getPointerSize(), Pointer32, Pointer64, in link_ELF_loongarch()
|
| H A D | XCOFFLinkGraphBuilder.cpp | 390 B->addEdge(ppc64::EdgeKind_ppc64::Pointer64, TargetBlockOffset, *S, 0); in processRelocations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 32 Pointer64 = Edge::FirstRelocation, enumerator 449 case Pointer64: { in applyFixup() 615 B.addEdge(Pointer64, 0, *InitialTarget, InitialAddend);
|
| H A D | loongarch.h | 34 Pointer64 = Edge::FirstRelocation, enumerator 344 case Pointer64: in applyFixup() 603 B.addEdge(G.getPointerSize() == 8 ? Pointer64 : Pointer32, 0,
|
| H A D | ppc64.h | 25 Pointer64 = Edge::FirstRelocation, enumerator 141 B.addEdge(Pointer64, 0, *InitialTarget, InitialAddend); 377 case Pointer64: { in applyFixup()
|
| H A D | aarch64.h | 33 Pointer64 = Edge::FirstRelocation, enumerator 505 case Pointer64: { in applyFixup() 728 B.addEdge(Pointer64, 0, *InitialTarget, InitialAddend);
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ELFNixPlatform.cpp | 142 EdgeKind = jitlink::x86_64::Pointer64; in materialize() 145 EdgeKind = jitlink::aarch64::Pointer64; in materialize() 148 EdgeKind = jitlink::ppc64::Pointer64; in materialize() 151 EdgeKind = jitlink::ppc64::Pointer64; in materialize() 154 EdgeKind = jitlink::loongarch::Pointer64; in materialize()
|
| H A D | MachOPlatform.cpp | 452 return jitlink::aarch64::Pointer64; in getPointerEdgeKind() 454 return jitlink::x86_64::Pointer64; in getPointerEdgeKind()
|
| H A D | COFFPlatform.cpp | 131 B.addEdge(jitlink::x86_64::Pointer64, ImageBaseOffset, ImageBase, 0); in addImageBaseRelocationEdge()
|