Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MipsMCExpr

1 //===-- MipsMCExpr.cpp - Mips specific MC expression classes --------------===//
10 #include "MipsMCExpr.h"
18 #define DEBUG_TYPE "mipsmcexpr"
20 bool MipsMCExpr::isSupportedBinaryExpr(MCSymbolRefExpr::VariantKind VK,
43 const MipsMCExpr*
44 MipsMCExpr::create(MCSymbolRefExpr::VariantKind VK, const MCExpr *Expr,
64 return new (Ctx) MipsMCExpr(Kind, Expr);
67 void MipsMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const {
82 MipsMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
88 void MipsMCExpr::visitUsedExpr(MCStreamer &Streamer) const {