Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Ctx

852   MCContext &Ctx = getContext();
867 MCSymbol *Sym = Ctx.createTempSymbol();
870 Ctx);
871 Expr = Value == 0 ? Base : MCBinaryExpr::createAdd(Base, Expr, Ctx);
908 Sym = MCSymbolRefExpr::create(Ctx.getOrCreateSymbol(Identifier),
909 Kind, Ctx);