Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMMachObjectWriter.cpp58 RelocType = unsigned(macho::RIT_Vanilla); in getARMFixupKindMachOInfo()
230 unsigned Type = macho::RIT_Vanilla; in RecordARMScatteredRelocation()
290 unsigned RelocType = macho::RIT_Vanilla; in RecordRelocation()
319 if (IsPCRel && RelocType == macho::RIT_Vanilla) in RecordRelocation()
/external/llvm/lib/Target/X86/
DX86MachObjectWriter.cpp348 unsigned Type = macho::RIT_Vanilla; in RecordScatteredRelocation()
501 Type = macho::RIT_Vanilla; in RecordX86Relocation()
532 Type = macho::RIT_Vanilla; in RecordX86Relocation()
/external/llvm/include/llvm/Object/
DMachOFormat.h322 RIT_Vanilla = 0, enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp94 case macho::RIT_Vanilla: { in resolveARMRelocation()