Options to create a Remark.
More...
#include "mlir/IR/Remarks.h"
Options to create a Remark.
Definition at line 58 of file Remarks.h.
◆ category()
constexpr RemarkOpts mlir::remark::RemarkOpts::category |
( |
StringRef |
v | ) |
const |
|
inlineconstexpr |
Return a copy with the category set.
Definition at line 69 of file Remarks.h.
◆ function()
constexpr RemarkOpts mlir::remark::RemarkOpts::function |
( |
StringRef |
v | ) |
const |
|
inlineconstexpr |
Return a copy with the function name set.
Definition at line 77 of file Remarks.h.
◆ name()
static constexpr RemarkOpts mlir::remark::RemarkOpts::name |
( |
StringRef |
n | ) |
|
|
inlinestaticconstexpr |
◆ subCategory()
constexpr RemarkOpts mlir::remark::RemarkOpts::subCategory |
( |
StringRef |
v | ) |
const |
|
inlineconstexpr |
Return a copy with the subcategory set.
Definition at line 73 of file Remarks.h.
◆ categoryName
StringRef mlir::remark::RemarkOpts::categoryName |
◆ functionName
StringRef mlir::remark::RemarkOpts::functionName |
◆ remarkName
StringRef mlir::remark::RemarkOpts::remarkName |
◆ subCategoryName
StringRef mlir::remark::RemarkOpts::subCategoryName |
The documentation for this struct was generated from the following file: