Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp30 PCRel32 = x86_64::FirstPlatformRelocation, enumerator
104 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
109 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
115 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
121 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
127 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
133 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
205 case EdgeKind_coff_x86_64::PCRel32: { in lowerCOFFRelocationEdges()
206 E.setKind(x86_64::PCRel32); in lowerCOFFRelocationEdges()
293 case PCRel32: in getCOFFX86RelocationKindName()
H A Di386.cpp25 case PCRel32: in getEdgeKindName()
H A Dx86_64.cpp45 case PCRel32: in getEdgeKindName()
H A DELF_i386.cpp123 return EdgeKind_i386::PCRel32; in getRelocationKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h53 PCRel32, enumerator
217 case i386::PCRel32: { in applyFixup()
H A Dx86_64.h178 PCRel32, enumerator
458 case PCRel32: in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td550 def PCRel32 : PCRelAsmOperand<"32">;
560 def brtarget32 : PCRelOperand<OtherVT, PCRel32> {
595 def pcrel32 : PCRelAddress<i64, "pcrel32", PCRel32> {