#include "mlir/IR/Location.h"
#include "mlir/IR/Remarks.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/IR/DiagnosticHandler.h"
#include "llvm/Remarks/RemarkFormat.h"
Go to the source code of this file.
|
| namespace | mlir |
| | Include the generated interface declarations.
|
|
| LogicalResult | mlir::remark::importLLVMRemarks (Operation *anchor, StringRef buffer, llvm::remarks::Format format) |
| | Parses buffer, a serialized LLVM remark file, and reports its remarks into the remark engine of the context of anchor, the operation the remarks refer to.
|