Home
last modified time | relevance | path

Searched refs:LLVMMCJITCompilerOptions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h43 struct LLVMMCJITCompilerOptions { struct
88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions);
109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp150 void LLVMInitializeMCJITCompilerOptions(LLVMMCJITCompilerOptions *PassedOptions, in LLVMInitializeMCJITCompilerOptions()
152 LLVMMCJITCompilerOptions options; in LLVMInitializeMCJITCompilerOptions()
162 LLVMMCJITCompilerOptions *PassedOptions, size_t SizeOfPassedOptions, in LLVMCreateMCJITCompilerForModule()
164 LLVMMCJITCompilerOptions options; in LLVMCreateMCJITCompilerForModule()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c45 struct LLVMMCJITCompilerOptions Options; in llvm_ee_create()