Searched refs:PrintImpl (Results 1 – 6 of 6) sorted by relevance
59 void PrintImpl(raw_ostream &OS) const;
22 void ARMMCExpr::PrintImpl(raw_ostream &OS) const { in PrintImpl() function in ARMMCExpr
148 void PrintImpl(raw_ostream &OS) const;
30 void AArch64MCExpr::PrintImpl(raw_ostream &OS) const { in PrintImpl() function in AArch64MCExpr
469 virtual void PrintImpl(raw_ostream &OS) const = 0;
34 return cast<MCTargetExpr>(this)->PrintImpl(OS); in print()