Lines Matching refs:MCExpr
11 #include "llvm/MC/MCExpr.h"
18 const MCExpr *X86_64MachoTargetObjectFile::getTTypeGlobalReference(
26 const MCExpr *Res =
28 const MCExpr *Four = MCConstantExpr::create(4, getContext());
42 const MCExpr *X86_64MachoTargetObjectFile::getIndirectSymViaGOTPCRel(
49 const MCExpr *Res =
51 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext());
55 const MCExpr *X86ELFTargetObjectFile::getDebugThreadLocalSymbol(
60 const MCExpr *X86_64ELFTargetObjectFile::getIndirectSymViaGOTPCRel(
64 const MCExpr *Res =
66 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext());