MLIR  19.0.0git
Public Attributes | List of all members
mlir::spirv::SerializationOptions Struct Reference

#include "mlir/Target/SPIRV/Serialization.h"

Public Attributes

bool emitSymbolName = true
 Whether to emit OpName instructions for SPIR-V symbol ops. More...
 
bool emitDebugInfo = false
 Whether to emit OpLine location information for SPIR-V ops. More...
 

Detailed Description

Definition at line 25 of file Serialization.h.

Member Data Documentation

◆ emitDebugInfo

bool mlir::spirv::SerializationOptions::emitDebugInfo = false

Whether to emit OpLine location information for SPIR-V ops.

Definition at line 29 of file Serialization.h.

◆ emitSymbolName

bool mlir::spirv::SerializationOptions::emitSymbolName = true

Whether to emit OpName instructions for SPIR-V symbol ops.

Definition at line 27 of file Serialization.h.


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