Home
last modified time | relevance | path

Searched refs:RIT_Pair (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp225 (macho::RIT_Pair << 24) | in RecordARMScatteredHalfRelocation()
290 (macho::RIT_Pair << 24) | in RecordARMScatteredRelocation()
426 (macho::RIT_Pair << 28)); in RecordRelocation()
/external/llvm/include/llvm/Object/
DMachOFormat.h333 RIT_Pair = 1, enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp198 case macho::RIT_Pair: in resolveARMRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp386 (macho::RIT_Pair << 24) | in RecordScatteredRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1062 case macho::RIT_Pair: // GENERIC_RELOC_PAIR - prints no info in getRelocationValueString()
1211 if (Type == macho::RIT_Pair) Result = true; in getRelocationHidden()