Home
last modified time | relevance | path

Searched refs:LLVMInitializeMCJITCompilerOptions (Results 1 – 5 of 5) sorted by relevance

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c47 LLVMInitializeMCJITCompilerOptions(&Options, sizeof(Options)); in llvm_ee_create()
/external/llvm/include/llvm-c/
DExecutionEngine.h88 void LLVMInitializeMCJITCompilerOptions(
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp150 void LLVMInitializeMCJITCompilerOptions(LLVMMCJITCompilerOptions *PassedOptions, in LLVMInitializeMCJITCompilerOptions() function
178 LLVMInitializeMCJITCompilerOptions(&options, sizeof(options)); in LLVMCreateMCJITCompilerForModule()
/external/llvm/bindings/go/llvm/
Dexecutionengine.go116 …C.LLVMInitializeMCJITCompilerOptions(&options, C.size_t(unsafe.Sizeof(C.struct_LLVMMCJITCompilerOp…
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp264 LLVMInitializeMCJITCompilerOptions(&Options, sizeof(Options)); in buildMCJITOptions()