Options to create a Remark.
More...
#include "mlir/IR/Remarks.h"
Options to create a Remark.
Definition at line 95 of file Remarks.h.
◆ category()
| RemarkOpts mlir::remark::RemarkOpts::category |
( |
StringRef | v | ) |
const |
|
inline |
Return a copy with the category set.
Definition at line 112 of file Remarks.h.
References copy().
◆ function()
| RemarkOpts mlir::remark::RemarkOpts::function |
( |
StringRef | v | ) |
const |
|
inline |
Return a copy with the function name set.
Definition at line 124 of file Remarks.h.
References copy().
◆ name()
| RemarkOpts mlir::remark::RemarkOpts::name |
( |
StringRef | n | ) |
|
|
inlinestatic |
◆ relatedTo() [1/2]
◆ relatedTo() [2/2]
Link this remark to a previously emitted remark by explicit ID.
Definition at line 131 of file Remarks.h.
References copy().
Referenced by relatedTo().
◆ subCategory()
| RemarkOpts mlir::remark::RemarkOpts::subCategory |
( |
StringRef | v | ) |
const |
|
inline |
Return a copy with the subcategory set.
Definition at line 118 of file Remarks.h.
References copy().
◆ categoryName
| StringRef mlir::remark::RemarkOpts::categoryName |
◆ functionName
| StringRef mlir::remark::RemarkOpts::functionName |
◆ relatedId
| RemarkId mlir::remark::RemarkOpts::relatedId |
◆ remarkName
| StringRef mlir::remark::RemarkOpts::remarkName |
◆ subCategoryName
| StringRef mlir::remark::RemarkOpts::subCategoryName |
The documentation for this struct was generated from the following file: