MLIR
20.0.0git
|
This is the complete list of members for mlir::OutputStrategy, including all inherited members.
os | mlir::OutputStrategy | |
OutputStrategy(raw_ostream &os) | mlir::OutputStrategy | inline |
printFooter()=0 | mlir::OutputStrategy | pure virtual |
printHeader(const TimeRecord &total)=0 | mlir::OutputStrategy | pure virtual |
printListEntry(StringRef name, const TimeRecord &time, const TimeRecord &total, bool lastEntry=false)=0 | mlir::OutputStrategy | pure virtual |
printTime(const TimeRecord &time, const TimeRecord &total)=0 | mlir::OutputStrategy | pure virtual |
printTreeEntry(unsigned indent, StringRef name, const TimeRecord &time, const TimeRecord &total)=0 | mlir::OutputStrategy | pure virtual |
printTreeEntryEnd(unsigned indent, bool lastEntry=false)=0 | mlir::OutputStrategy | pure virtual |
~OutputStrategy()=default | mlir::OutputStrategy | virtual |