Home | History | Annotate | Download | only in MC

Lines Matching defs:context

52   MCContext &Context = Streamer.getContext();
54 MCBinaryExpr::createSub(MCSymbolRefExpr::create(LHS, Context),
55 MCSymbolRefExpr::create(RHS, Context), Context);
128 MCContext &Context = streamer.getContext();
129 const MCSymbolRefExpr *BaseRef = MCSymbolRefExpr::create(Base, Context);
130 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::create(Other, Context);
131 const MCExpr *Ofs = MCBinaryExpr::createSub(OtherRef, BaseRef, Context);
134 Context);
135 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4);
140 MCContext &context = streamer.getContext();
147 context), 4);
155 MCContext &context = streamer.getContext();
156 MCSymbol *Label = context.createTempSymbol();
212 context), 4);