Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:Options

89   struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions);
92 * Create an MCJIT execution engine for a module, with the given options. It is
93 * the responsibility of the caller to ensure that all fields in Options up to
98 * LLVMMCJITCompilerOptions options;
99 * LLVMInitializeMCJITCompilerOptions(&options, sizeof(options));
100 * ... fill in those options you care about
101 * LLVMCreateMCJITCompilerForModule(&jit, mod, &options, sizeof(options),
110 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,