Searched refs:ARM64_RELOC_ADDEND (Results 1 - 6 of 6) sorted by relevance

/external/llvm/test/MC/MachO/AArch64/
H A Ddarwin-ARM64-reloc.s64 ; CHECK-NEXT: Type: ARM64_RELOC_ADDEND (10)
78 ; CHECK-NEXT: Type: ARM64_RELOC_ADDEND (10)
92 ; CHECK-NEXT: Type: ARM64_RELOC_ADDEND (10)
120 ; CHECK-NEXT: Type: ARM64_RELOC_ADDEND (10)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h259 // ARM64 has an ARM64_RELOC_ADDEND relocation type that carries an explicit
264 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
282 "ARM64_RELOC_ADDEND and embedded addend in the instruction.");
373 case MachO::ARM64_RELOC_ADDEND:
374 llvm_unreachable("ARM64_RELOC_ADDEND should have been handeled by "
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp404 Type = MachO::ARM64_RELOC_ADDEND;
/external/llvm/include/llvm/Support/
H A DMachO.h465 ARM64_RELOC_ADDEND = 10, enumerator in enum:llvm::MachO::RelocationInfoType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h465 ARM64_RELOC_ADDEND = 10, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2169 if (r_type == MachO::ARM64_RELOC_ADDEND) {

Completed in 618 milliseconds