Home | History | Annotate | Download | only in MC

Lines Matching refs:cast

32     return cast<MCTargetExpr>(this)->PrintImpl(OS);
34 OS << cast<MCConstantExpr>(*this).getValue();
38 const MCSymbolRefExpr &SRE = cast<MCSymbolRefExpr>(*this);
71 const MCUnaryExpr &UE = cast<MCUnaryExpr>(*this);
84 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this);
438 return cast<MCTargetExpr>(this)->EvaluateAsRelocatableImpl(Res, Layout);
441 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue());
445 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(this);
465 const MCUnaryExpr *AUE = cast<MCUnaryExpr>(this);
499 const MCBinaryExpr *ABE = cast<MCBinaryExpr>(this);
568 return cast<MCTargetExpr>(this)->FindAssociatedSection();
574 const MCSymbolRefExpr *SRE = cast<MCSymbolRefExpr>(this);
584 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection();
587 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this);