MLIR
22.0.0git
|
Lazy text building for zero cost string formatting. More...
#include "mlir/IR/Remarks.h"
Public Attributes | |
llvm::StringRef | key |
std::function< std::string()> | thunk |
llvm::StringRef mlir::remark::detail::LazyTextBuild::key |
Definition at line 272 of file Remarks.h.
Referenced by mlir::remark::detail::InFlightRemark::operator<<().
std::function<std::string()> mlir::remark::detail::LazyTextBuild::thunk |
Definition at line 273 of file Remarks.h.
Referenced by mlir::remark::detail::InFlightRemark::operator<<().