Home | History | Annotate | Download | only in ProfileData

Lines Matching refs:indent

89 /// \brief Print the sample record to the stream \p OS indented by \p Indent.
90 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const {
109 void FunctionSamples::print(raw_ostream &OS, unsigned Indent) const {
113 OS.indent(Indent);
118 OS.indent(Indent + 2);
121 OS.indent(Indent);
127 OS.indent(Indent);
133 OS.indent(Indent + 2);
135 CS->second.print(OS, Indent + 4);