Lines Matching refs:MCExpr

41 void MCTargetStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) {}  in emitAssignment()
110 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValue()
125 void MCStreamer::EmitGPRel64Value(const MCExpr *Value) { in EmitGPRel64Value()
129 void MCStreamer::EmitGPRel32Value(const MCExpr *Value) { in EmitGPRel32Value()
136 const MCExpr *E = MCConstantExpr::create(FillValue, getContext()); in EmitFill()
604 void MCStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
621 void MCStreamer::visitUsedExpr(const MCExpr &Expr) { in visitUsedExpr()
623 case MCExpr::Target: in visitUsedExpr()
627 case MCExpr::Constant: in visitUsedExpr()
630 case MCExpr::Binary: { in visitUsedExpr()
637 case MCExpr::SymbolRef: in visitUsedExpr()
641 case MCExpr::Unary: in visitUsedExpr()
658 const MCExpr *Diff = in emitAbsoluteSymbolDiff()
682 void MCStreamer::emitELFSize(MCSymbolELF *Symbol, const MCExpr *Value) {} in emitELFSize()
687 void MCStreamer::ChangeSection(MCSection *, const MCExpr *) {} in ChangeSection() argument
690 void MCStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValueImpl()
693 void MCStreamer::EmitULEB128Value(const MCExpr *Value) {} in EmitULEB128Value()
694 void MCStreamer::EmitSLEB128Value(const MCExpr *Value) {} in EmitSLEB128Value()
700 void MCStreamer::emitValueToOffset(const MCExpr *Offset, unsigned char Value) {} in emitValueToOffset()
706 void MCStreamer::SwitchSection(MCSection *Section, const MCExpr *Subsection) { in SwitchSection()