Searched refs:GENERIC_RELOC_PAIR (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,
/external/llvm/include/llvm/Support/
H A DMachO.h442 GENERIC_RELOC_PAIR = 1, enumerator in enum:llvm::MachO::RelocationInfoType
452 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
472 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp658 case MachO::GENERIC_RELOC_PAIR: // prints no info
666 // GENERIC_RELOC_PAIR.
669 if (RType != MachO::GENERIC_RELOC_PAIR)
670 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
688 // GENERIC_RELOC_PAIR.
690 if (RType != MachO::GENERIC_RELOC_PAIR)
691 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
784 // On arches that use the generic relocations, GENERIC_RELOC_PAIR
787 if (Type == MachO::GENERIC_RELOC_PAIR)
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp429 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type

Completed in 196 milliseconds