Searched refs:PrintImpl (Results 1 – 6 of 6) sorted by relevance
50 void PrintImpl(raw_ostream &OS) const;
23 void MipsMCSymbolRefExpr::PrintImpl(raw_ostream &OS) const { in PrintImpl() function in MipsMCSymbolRefExpr
59 void PrintImpl(raw_ostream &OS) const;
22 void ARMMCExpr::PrintImpl(raw_ostream &OS) const { in PrintImpl() function in ARMMCExpr
428 virtual void PrintImpl(raw_ostream &OS) const = 0;
32 return cast<MCTargetExpr>(this)->PrintImpl(OS); in print()