LLVMMCJITCompilerOptions

Undocumented in source.
  1. struct LLVMMCJITCompilerOptions
  2. struct LLVMMCJITCompilerOptions
    static if(LLVM_Version >= asVersion(3, 3, 0))
    static if(!(LLVM_Version >= asVersion(3, 4, 0)))
    struct LLVMMCJITCompilerOptions {}

Members

Variables

CodeModel
LLVMCodeModel CodeModel;
Undocumented in source.
EnableFastISel
LLVMBool EnableFastISel;
Undocumented in source.
NoFramePointerElim
LLVMBool NoFramePointerElim;
Undocumented in source.
OptLevel
uint OptLevel;
Undocumented in source.

Meta