Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
203 case EdgeKind_coff_x86_64::PCRel32: { in lowerCOFFRelocationEdges()
204 E.setKind(x86_64::PCRel32); in lowerCOFFRelocationEdges()
292 case PCRel32: in getCOFFX86RelocationKindName()
H A Di386.cpp25 case PCRel32: in getEdgeKindName()
H A DELF_x86_64.cpp113 PCRel32, enumerator
129 return ELFX86RelocationKind::PCRel32; in getRelocationKind()
204 case PCRel32: in addSingleRelocation()
H A Dx86_64.cpp41 case PCRel32: in getEdgeKindName()
H A DELF_i386.cpp122 return EdgeKind_i386::PCRel32; in getRelocationKind()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h53 PCRel32, enumerator
165 case i386::PCRel32: { in applyFixup()
H A Dx86_64.h156 PCRel32, enumerator
438 case PCRel32: in applyFixup()
/openbsd-src/gnu/llvm/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> {
/openbsd-src/gnu/llvm/llvm/docs/
H A DJITLink.rst605 E.setKind(x86_64::PCRel32);