Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:create

42       Sym->setVariableValue(MCConstantExpr::Create(SymAddr, Ctx));
47 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_TLVP, Ctx);
50 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
51 MCConstantExpr::Create(4, Ctx),
55 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
56 MCConstantExpr::Create(2, Ctx),
60 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
61 MCConstantExpr::Create(1, Ctx),
65 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx);
68 Expr = MCSymbolRefExpr::Create(Sym, isPCRel ?
87 const MCExpr *LHS = MCSymbolRefExpr::Create(Sym, Ctx);
97 RSym->setVariableValue(MCConstantExpr::Create(RSymAddr, Ctx));
99 const MCExpr *RHS = MCSymbolRefExpr::Create(RSym, Ctx);
105 Expr = MCSymbolRefExpr::Create(Sym, Ctx);