Searched refs:ARM64_RELOC_BRANCH26 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h47 case MachO::ARM64_RELOC_BRANCH26:
68 case MachO::ARM64_RELOC_BRANCH26: {
142 case MachO::ARM64_RELOC_BRANCH26:
163 case MachO::ARM64_RELOC_BRANCH26: {
332 case MachO::ARM64_RELOC_BRANCH26: {
333 assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_BRANCH26 not supported");
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s16 # Test ARM64_RELOC_BRANCH26 relocation. The branch instruction only encodes 26
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp112 RelocType = unsigned(MachO::ARM64_RELOC_BRANCH26);
391 if ((Type == MachO::ARM64_RELOC_BRANCH26 ||
/external/llvm/test/MC/MachO/AArch64/
H A Ddarwin-ARM64-reloc.s127 ; CHECK-NEXT: Type: ARM64_RELOC_BRANCH26 (2)
134 ; CHECK-NEXT: Type: ARM64_RELOC_BRANCH26 (2)
/external/llvm/include/llvm/Support/
H A DMachO.h449 ARM64_RELOC_BRANCH26 = 2, enumerator in enum:llvm::MachO::RelocationInfoType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h449 ARM64_RELOC_BRANCH26 = 2, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2219 case MachO::ARM64_RELOC_BRANCH26:

Completed in 374 milliseconds