Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp42 enum X86_64RelType { RT64_64, RT64_32, RT64_32S, RT64_16, RT64_8 }; enum
44 static X86_64RelType getType64(unsigned Kind, in getType64()
78 X86_64RelType Type, bool IsPCRel) { in getRelocType64()
166 static X86_32RelType getType32(X86_64RelType T) { in getType32()
244 X86_64RelType Type = getType64(Fixup.getKind(), Modifier, IsPCRel); in GetRelocType()