Lines Matching refs:MCExpr
191 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl()
261 void MCObjectStreamer::EmitULEB128Value(const MCExpr *Value) { in EmitULEB128Value()
270 void MCObjectStreamer::EmitSLEB128Value(const MCExpr *Value) { in EmitSLEB128Value()
285 const MCExpr *Subsection) { in ChangeSection()
290 const MCExpr *Subsection) { in changeSectionImpl()
308 void MCObjectStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
408 static const MCExpr *buildSymbolDiff(MCObjectStreamer &OS, const MCSymbol *A, in buildSymbolDiff()
412 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context); in buildSymbolDiff()
413 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff()
414 const MCExpr *AddrDelta = in buildSymbolDiff()
442 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel); in EmitDwarfAdvanceLineAddr()
454 const MCExpr *AddrDelta = buildSymbolDiff(*this, Label, LastLabel); in EmitDwarfAdvanceFrameAddr()
552 void MCObjectStreamer::emitValueToOffset(const MCExpr *Offset, in emitValueToOffset()
569 void MCObjectStreamer::EmitDTPRel32Value(const MCExpr *Value) { in EmitDTPRel32Value()
579 void MCObjectStreamer::EmitDTPRel64Value(const MCExpr *Value) { in EmitDTPRel64Value()
589 void MCObjectStreamer::EmitTPRel32Value(const MCExpr *Value) { in EmitTPRel32Value()
599 void MCObjectStreamer::EmitTPRel64Value(const MCExpr *Value) { in EmitTPRel64Value()
609 void MCObjectStreamer::EmitGPRel32Value(const MCExpr *Value) { in EmitGPRel32Value()
619 void MCObjectStreamer::EmitGPRel64Value(const MCExpr *Value) { in EmitGPRel64Value()
628 bool MCObjectStreamer::EmitRelocDirective(const MCExpr &Offset, StringRef Name, in EmitRelocDirective()
629 const MCExpr *Expr, SMLoc Loc, in EmitRelocDirective()
652 if (Offset.getKind() != llvm::MCExpr::SymbolRef) in EmitRelocDirective()
667 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
676 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill()