Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp182 TargetOptions targetOptions; in LLVMCreateMCJITCompilerForModule() local
183 targetOptions.EnableFastISel = options.EnableFastISel; in LLVMCreateMCJITCompilerForModule()
201 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()