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

JitRunner command line options used by JitRunnerConfig methods. More...

#include "mlir/ExecutionEngine/JitRunner.h"

Public Attributes

llvm::StringRef mainFuncName
 The name of the main function. More...
 
llvm::StringRef mainFuncType
 The type of the main function (as string, from cmd-line) More...
 

Detailed Description

JitRunner command line options used by JitRunnerConfig methods.

Definition at line 40 of file JitRunner.h.

Member Data Documentation

◆ mainFuncName

llvm::StringRef mlir::JitRunnerOptions::mainFuncName

The name of the main function.

Definition at line 42 of file JitRunner.h.

◆ mainFuncType

llvm::StringRef mlir::JitRunnerOptions::mainFuncType

The type of the main function (as string, from cmd-line)

Definition at line 44 of file JitRunner.h.


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