Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Spacer

240     class Spacer;
241 friend raw_ostream& operator<<(raw_ostream &os, const Spacer &s);
279 class Spacer {
281 explicit Spacer(unsigned numSpaces) : ns(numSpaces) {}
282 Spacer operator+(const Spacer &o) const { return Spacer(ns + o.ns); }
288 Spacer s(unsigned ns) const;
299 void renderVertical(const Spacer &indent,
304 void insertCSS(const Spacer &indent,
309 void renderFunctionSummary(const Spacer &indent,
314 void renderPressureTableLegend(const Spacer &indent,
321 const Spacer &indent, raw_ostream &os,
327 void renderCodeTablePlusPI(const Spacer &indent,