MLIR 23.0.0git
mlir::LocationSnapshotOptions Struct Reference

#include "mlir/Transforms/LocationSnapshot.h"

Public Attributes

std::string fileName
std::string tag
bool enableDebugInfo = false
bool printGenericOpForm = false
bool useLocalScope = false
bool printPrettyDebugInfo = false

Detailed Description

Definition at line 682 of file LocationSnapshot.h.

Member Data Documentation

◆ enableDebugInfo

bool mlir::LocationSnapshotOptions::enableDebugInfo = false

Definition at line 685 of file LocationSnapshot.h.

◆ fileName

std::string mlir::LocationSnapshotOptions::fileName

Definition at line 683 of file LocationSnapshot.h.

◆ printGenericOpForm

bool mlir::LocationSnapshotOptions::printGenericOpForm = false

Definition at line 686 of file LocationSnapshot.h.

◆ printPrettyDebugInfo

bool mlir::LocationSnapshotOptions::printPrettyDebugInfo = false

Definition at line 688 of file LocationSnapshot.h.

◆ tag

std::string mlir::LocationSnapshotOptions::tag

Definition at line 684 of file LocationSnapshot.h.

◆ useLocalScope

bool mlir::LocationSnapshotOptions::useLocalScope = false

Definition at line 687 of file LocationSnapshot.h.


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