Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h48 case MachO::ARM64_RELOC_PAGE21: in decodeAddend()
81 case MachO::ARM64_RELOC_PAGE21: { in decodeAddend()
143 case MachO::ARM64_RELOC_PAGE21: in encodeAddend()
177 case MachO::ARM64_RELOC_PAGE21: { in encodeAddend()
334 case MachO::ARM64_RELOC_PAGE21: { in resolveRelocation()
/external/llvm/test/MC/MachO/AArch64/
Ddarwin-ARM64-reloc.s44 ; CHECK-NEXT: Type: ARM64_RELOC_PAGE21 (3)
98 ; CHECK-NEXT: Type: ARM64_RELOC_PAGE21 (3)
134 ; CHECK-NEXT: Type: ARM64_RELOC_PAGE21 (3)
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp98 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21); in getAArch64FixupKindMachOInfo()
383 Type == MachO::ARM64_RELOC_PAGE21 || in RecordRelocation()
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s26 # Test ARM64_RELOC_PAGE21 and ARM64_RELOC_PAGEOFF12 relocation. adrp encodes
/external/llvm/include/llvm/Support/
DMachO.h493 ARM64_RELOC_PAGE21 = 3, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2089 case MachO::ARM64_RELOC_PAGE21: in SymbolizerGetOpInfo()