LLVM  8.0.1
Public Attributes | List of all members
LLVMMCJITCompilerOptions Struct Reference

#include "llvm-c/ExecutionEngine.h"

Collaboration diagram for LLVMMCJITCompilerOptions:
Collaboration graph
[legend]

Public Attributes

unsigned OptLevel
 
LLVMCodeModel CodeModel
 
LLVMBool NoFramePointerElim
 
LLVMBool EnableFastISel
 
LLVMMCJITMemoryManagerRef MCJMM
 

Detailed Description

Definition at line 44 of file ExecutionEngine.h.

Member Data Documentation

◆ CodeModel

LLVMCodeModel LLVMMCJITCompilerOptions::CodeModel

◆ EnableFastISel

LLVMBool LLVMMCJITCompilerOptions::EnableFastISel

Definition at line 48 of file ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().

◆ MCJMM

LLVMMCJITMemoryManagerRef LLVMMCJITCompilerOptions::MCJMM

Definition at line 49 of file ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().

◆ NoFramePointerElim

LLVMBool LLVMMCJITCompilerOptions::NoFramePointerElim

Definition at line 47 of file ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().

◆ OptLevel

unsigned LLVMMCJITCompilerOptions::OptLevel

Definition at line 45 of file ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().


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