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.cpp46 enum X86_64RelType { RT64_64, RT64_32, RT64_32S, RT64_16, RT64_8 }; enum
48 static X86_64RelType getType64(unsigned Kind, in getType64()
85 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32()
93 X86_64RelType Type, bool IsPCRel, in getRelocType64()
199 static X86_32RelType getType32(X86_64RelType T) { in getType32()
288 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType()