Home
last modified time | relevance | path

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

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