LLVM 19.0.0git
Public Attributes | List of all members
LLVMMCJITCompilerOptions Struct Reference

#include "llvm-c/ExecutionEngine.h"

Public Attributes

unsigned OptLevel
 
LLVMCodeModel CodeModel
 
LLVMBool NoFramePointerElim
 
LLVMBool EnableFastISel
 
LLVMMCJITMemoryManagerRef MCJMM
 

Detailed Description

Definition at line 43 of file ExecutionEngine.h.

Member Data Documentation

◆ CodeModel

LLVMCodeModel LLVMMCJITCompilerOptions::CodeModel

Definition at line 45 of file ExecutionEngine.h.

◆ EnableFastISel

LLVMBool LLVMMCJITCompilerOptions::EnableFastISel

Definition at line 47 of file ExecutionEngine.h.

◆ MCJMM

LLVMMCJITMemoryManagerRef LLVMMCJITCompilerOptions::MCJMM

Definition at line 48 of file ExecutionEngine.h.

◆ NoFramePointerElim

LLVMBool LLVMMCJITCompilerOptions::NoFramePointerElim

Definition at line 46 of file ExecutionEngine.h.

◆ OptLevel

unsigned LLVMMCJITCompilerOptions::OptLevel

Definition at line 44 of file ExecutionEngine.h.


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