Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp92 case macho::RIT_Vanilla: { in resolveI386Relocation()
169 case macho::RIT_Vanilla: { in resolveARMRelocation()
279 macho::RIT_Vanilla, Value.Addend); in processRelocationRef()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp66 RelocType = unsigned(macho::RIT_Vanilla); in getARMFixupKindMachOInfo()
262 unsigned Type = macho::RIT_Vanilla; in RecordARMScatteredRelocation()
364 unsigned RelocType = macho::RIT_Vanilla; in RecordRelocation()
395 if (IsPCRel && RelocType == macho::RIT_Vanilla) in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp350 unsigned Type = macho::RIT_Vanilla; in RecordScatteredRelocation()
533 Type = macho::RIT_Vanilla; in RecordX86Relocation()
564 Type = macho::RIT_Vanilla; in RecordX86Relocation()
/external/llvm/include/llvm/Object/
DMachOFormat.h370 RIT_Vanilla = 0, enumerator