Home
last modified time | relevance | path

Searched refs:PCRel32 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp30 PCRel32 = x86_64::FirstPlatformRelocation, enumerator
101 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
106 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
149 case EdgeKind_coff_x86_64::PCRel32: { in lowerCOFFRelocationEdges()
150 E.setKind(x86_64::PCRel32); in lowerCOFFRelocationEdges()
212 case PCRel32: in getCOFFX86RelocationKindName()
H A DELF_x86_64.cpp115 return ELF_x86_64_Edges::ELFX86RelocationKind::PCRel32; in getRelocationKind()
190 case PCRel32: in addSingleRelocation()
410 case PCRel32: in getELFX86RelocationKindName()
H A Dx86_64.cpp39 case PCRel32: in getEdgeKindName()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DELF_x86-64_small_pic_relocations.s24 # Test PCRel32 / R_X86_64_PC32 handling.
44 # PCRel32 (no PLT entry created).
58 # that is resolved like a regular PCRel32 (no PLT entry created). The non-zero
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DELF_x86_64.h26 PCRel32, enumerator
H A Dx86_64.h145 PCRel32, enumerator
418 case PCRel32: in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td536 def PCRel32 : PCRelAsmOperand<"32">;
546 def brtarget32 : PCRelOperand<OtherVT, PCRel32> {
581 def pcrel32 : PCRelAddress<i64, "pcrel32", PCRel32> {
/llvm-project-15.0.7/llvm/docs/
H A DJITLink.rst605 E.setKind(x86_64::PCRel32);