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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h57 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PAIR); variable
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp795 case MachO::GENERIC_RELOC_PAIR: // prints no info
803 // GENERIC_RELOC_PAIR.
806 if (RType != MachO::GENERIC_RELOC_PAIR)
807 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
825 // GENERIC_RELOC_PAIR.
827 if (RType != MachO::GENERIC_RELOC_PAIR)
828 report_fatal_error("Expected GENERIC_RELOC_PAIR after "
921 // On arches that use the generic relocations, GENERIC_RELOC_PAIR
924 if (Type == MachO::GENERIC_RELOC_PAIR)
/external/llvm/include/llvm/Support/
H A DMachO.h400 GENERIC_RELOC_PAIR = 1, enumerator in enum:llvm::MachO::RelocationInfoType
410 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
430 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h400 GENERIC_RELOC_PAIR = 1, enumerator in enum:llvm::MachO::RelocationInfoType
410 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
430 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp434 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type

Completed in 180 milliseconds