MLIR 22.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 578 of file LocationSnapshot.h.

Member Data Documentation

◆ enableDebugInfo

bool mlir::LocationSnapshotOptions::enableDebugInfo = false

Definition at line 581 of file LocationSnapshot.h.

◆ fileName

std::string mlir::LocationSnapshotOptions::fileName

Definition at line 579 of file LocationSnapshot.h.

◆ printGenericOpForm

bool mlir::LocationSnapshotOptions::printGenericOpForm = false

Definition at line 582 of file LocationSnapshot.h.

◆ printPrettyDebugInfo

bool mlir::LocationSnapshotOptions::printPrettyDebugInfo = false

Definition at line 584 of file LocationSnapshot.h.

◆ tag

std::string mlir::LocationSnapshotOptions::tag

Definition at line 580 of file LocationSnapshot.h.

◆ useLocalScope

bool mlir::LocationSnapshotOptions::useLocalScope = false

Definition at line 583 of file LocationSnapshot.h.


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