MLIR  22.0.0git
Public Attributes | List of all members
mlir::remark::detail::LazyTextBuild Struct Reference

Lazy text building for zero cost string formatting. More...

#include "mlir/IR/Remarks.h"

Public Attributes

llvm::StringRef key
 
std::function< std::string()> thunk
 

Detailed Description

Lazy text building for zero cost string formatting.

Definition at line 271 of file Remarks.h.

Member Data Documentation

◆ key

llvm::StringRef mlir::remark::detail::LazyTextBuild::key

Definition at line 272 of file Remarks.h.

Referenced by mlir::remark::detail::InFlightRemark::operator<<().

◆ thunk

std::function<std::string()> mlir::remark::detail::LazyTextBuild::thunk

Definition at line 273 of file Remarks.h.

Referenced by mlir::remark::detail::InFlightRemark::operator<<().


The documentation for this struct was generated from the following file: