Home
last modified time | relevance | path

Searched refs:ARM64_RELOC_UNSIGNED (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h52 case MachO::ARM64_RELOC_UNSIGNED: { in decodeAddend()
80 case MachO::ARM64_RELOC_UNSIGNED: in decodeAddend()
162 case MachO::ARM64_RELOC_UNSIGNED: in encodeAddend()
180 case MachO::ARM64_RELOC_UNSIGNED: in encodeAddend()
366 case MachO::ARM64_RELOC_UNSIGNED: { in resolveRelocation()
465 MachO::ARM64_RELOC_UNSIGNED, Value.Offset, in processGOTRelocation()
521 case MachO::ARM64_RELOC_UNSIGNED: return "ARM64_RELOC_UNSIGNED"; in getRelocName()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp21 if (rel.r_type != ARM64_RELOC_UNSIGNED && in getEmbeddedAddend()
69 case ARM64_RELOC_UNSIGNED: in relocateOne()
H A DARM64.cpp201 unsignedRelocType = ARM64_RELOC_UNSIGNED; in ARM64()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp54 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED); in getAArch64FixupKindMachOInfo()
207 Type = MachO::ARM64_RELOC_UNSIGNED; in recordRelocation()
289 Type = MachO::ARM64_RELOC_UNSIGNED; in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp58 case MachO::ARM64_RELOC_UNSIGNED: in getRelocationKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h456 ARM64_RELOC_UNSIGNED = 0, enumerator