Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DMachO.h366 GENERIC_RELOC_PAIR = 1, enumerator
376 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
396 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
/freebsd-9-stable/contrib/llvm/lib/Object/
DMachOObjectFile.cpp1049 case MachO::GENERIC_RELOC_PAIR: // prints no info in getRelocationValueString()
1060 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
1081 if (RType != MachO::GENERIC_RELOC_PAIR) in getRelocationValueString()
1163 if (Type == MachO::GENERIC_RELOC_PAIR) Result = true; in getRelocationHidden()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp283 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in RecordScatteredRelocation()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp420 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type in RecordScatteredRelocation()