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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h48 case MachO::ARM64_RELOC_PAGE21:
81 case MachO::ARM64_RELOC_PAGE21: {
143 case MachO::ARM64_RELOC_PAGE21:
177 case MachO::ARM64_RELOC_PAGE21: {
341 case MachO::ARM64_RELOC_PAGE21: {
342 assert(RE.IsPCRel && "not PCRel and ARM64_RELOC_PAGE21 not supported");
/external/llvm/test/MC/MachO/AArch64/
H A Ddarwin-ARM64-reloc.s43 ; CHECK-NEXT: Type: ARM64_RELOC_PAGE21 (3)
85 ; CHECK-NEXT: Type: ARM64_RELOC_PAGE21 (3)
113 ; CHECK-NEXT: Type: ARM64_RELOC_PAGE21 (3)
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s26 # Test ARM64_RELOC_PAGE21 and ARM64_RELOC_PAGEOFF12 relocation. adrp encodes
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp99 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
392 Type == MachO::ARM64_RELOC_PAGE21 ||
/external/llvm/include/llvm/Support/
H A DMachO.h451 ARM64_RELOC_PAGE21 = 3, enumerator in enum:llvm::MachO::RelocationInfoType
464 // Must be followed by ARM64_RELOC_PAGE21 or ARM64_RELOC_PAGEOFF12.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h451 ARM64_RELOC_PAGE21 = 3, enumerator in enum:llvm::MachO::RelocationInfoType
464 // Must be followed by ARM64_RELOC_PAGE21 or ARM64_RELOC_PAGEOFF12.
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2194 case MachO::ARM64_RELOC_PAGE21:

Completed in 437 milliseconds