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
107 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
112 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
118 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
124 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
130 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
136 Kind = EdgeKind_coff_x86_64::PCRel32; in addSingleRelocation()
210 case EdgeKind_coff_x86_64::PCRel32: { in operator ()()
211 E.setKind(x86_64::PCRel32); in operator ()()
257 case PCRel32: in getCOFFX86RelocationKindName()
H A Dx86.cpp23 case PCRel32: in getEdgeKindName()
H A DELF_x86.cpp122 return x86::PCRel32; in getRelocationKind()
199 case x86::PCRel32: in addSingleRelocation()
H A Dx86_64.cpp51 case PCRel32: in getEdgeKindName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86.h48 PCRel32, enumerator
199 case PCRel32: { in applyFixup()
H A Dx86_64.h210 PCRel32, enumerator
490 case PCRel32: in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td557 def PCRel32 : PCRelAsmOperand<"32">;
567 def brtarget32 : PCRelOperand<OtherVT, PCRel32> {
602 def pcrel32 : PCRelAddress<i64, "pcrel32", PCRel32> {