LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
LLVMMCJITCompilerOptions Struct Reference

#include <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 45 of file c/ExecutionEngine.h.

Member Data Documentation

LLVMCodeModel LLVMMCJITCompilerOptions::CodeModel
LLVMBool LLVMMCJITCompilerOptions::EnableFastISel

Definition at line 49 of file c/ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().

LLVMMCJITMemoryManagerRef LLVMMCJITCompilerOptions::MCJMM

Definition at line 50 of file c/ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().

LLVMBool LLVMMCJITCompilerOptions::NoFramePointerElim

Definition at line 48 of file c/ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().

unsigned LLVMMCJITCompilerOptions::OptLevel

Definition at line 46 of file c/ExecutionEngine.h.

Referenced by LLVMCreateMCJITCompilerForModule().


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