#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include <memory>
#include "mlir/Transforms/Passes.h.inc"
Go to the source code of this file.
|
| namespace | mlir |
| | Include the generated interface declarations.
|
|
| std::unique_ptr<::mlir::Pass > | mlir::createLocationSnapshot () |
| std::unique_ptr<::mlir::Pass > | mlir::createLocationSnapshot (LocationSnapshotOptions options) |
| void | mlir::generateLocationsFromIR (raw_ostream &os, StringRef fileName, Operation *op, OpPrintingFlags flags) |
| | This function generates new locations from the given IR by snapshotting the IR to the given stream, and using the printed locations within that stream.
|
| LogicalResult | mlir::generateLocationsFromIR (StringRef fileName, Operation *op, OpPrintingFlags flags) |
| | This function generates new locations from the given IR by snapshotting the IR to the given file, and using the printed locations within that file.
|
| void | mlir::generateLocationsFromIR (raw_ostream &os, StringRef fileName, StringRef tag, Operation *op, OpPrintingFlags flags) |
| | This function generates new locations from the given IR by snapshotting the IR to the given stream, and using the printed locations within that stream.
|
| LogicalResult | mlir::generateLocationsFromIR (StringRef fileName, StringRef tag, Operation *op, OpPrintingFlags flags) |
| | This function generates new locations from the given IR by snapshotting the IR to the given file, and using the printed locations within that file.
|
◆ GEN_PASS_DECL_LOCATIONSNAPSHOT
| #define GEN_PASS_DECL_LOCATIONSNAPSHOT |