Searched refs:ARM_RELOC_PAIR (Results 1 - 4 of 4) sorted by path

/external/llvm/include/llvm/Support/
H A DMachO.h466 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp406 case MachO::ARM_RELOC_PAIR:
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp943 "ARM_RELOC_PAIR",
1151 // ARM_RELOC_PAIR.
1153 if (RType != MachO::ARM_RELOC_PAIR)
1154 report_fatal_error("Expected ARM_RELOC_PAIR after "
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp229 (MachO::ARM_RELOC_PAIR << 24) |
295 (MachO::ARM_RELOC_PAIR << 24) |
477 (MachO::ARM_RELOC_PAIR << 28));

Completed in 960 milliseconds