HomeSort by relevance Sort by last modified time
    Searched refs:ARM64_RELOC_PAGE21 (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 48 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/
darwin-ARM64-reloc.s 43 ; 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/
MachO_ARM64_relocations.s 26 # Test ARM64_RELOC_PAGE21 and ARM64_RELOC_PAGEOFF12 relocation. adrp encodes
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 99 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
392 Type == MachO::ARM64_RELOC_PAGE21 ||
  /external/llvm/include/llvm/Support/
MachO.h 451 ARM64_RELOC_PAGE21 = 3,
464 // Must be followed by ARM64_RELOC_PAGE21 or ARM64_RELOC_PAGEOFF12.
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 491 milliseconds