Searched refs:RIT_Difference (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp98 case macho::RIT_Difference:
197 case macho::RIT_Difference:
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp280 Type = macho::RIT_Difference;
286 if (Type == macho::RIT_Difference ||
/external/llvm/include/llvm/Object/
H A DMachOFormat.h353 RIT_Difference = 2 enumerator in enum:llvm::object::macho::RelocationInfoType
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp375 Type = A_SD->isExternal() ? (unsigned)macho::RIT_Difference :
382 if (Type == macho::RIT_Difference ||
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1066 case macho::RIT_Difference: { // GENERIC_RELOC_SECTDIFF

Completed in 849 milliseconds