Searched refs:LLVMMCJITCompilerOptions (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 43 struct LLVMMCJITCompilerOptions { struct 88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 44 struct LLVMMCJITCompilerOptions { struct 89 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 110 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 150 void LLVMInitializeMCJITCompilerOptions(LLVMMCJITCompilerOptions *PassedOptions, in LLVMInitializeMCJITCompilerOptions() 152 LLVMMCJITCompilerOptions options; in LLVMInitializeMCJITCompilerOptions() 162 LLVMMCJITCompilerOptions *PassedOptions, size_t SizeOfPassedOptions, in LLVMCreateMCJITCompilerForModule() 164 LLVMMCJITCompilerOptions options; in LLVMCreateMCJITCompilerForModule()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 150 void LLVMInitializeMCJITCompilerOptions(LLVMMCJITCompilerOptions *PassedOptions, in LLVMInitializeMCJITCompilerOptions() 152 LLVMMCJITCompilerOptions options; in LLVMInitializeMCJITCompilerOptions() 162 LLVMMCJITCompilerOptions *PassedOptions, size_t SizeOfPassedOptions, in LLVMCreateMCJITCompilerForModule() 164 LLVMMCJITCompilerOptions options; in LLVMCreateMCJITCompilerForModule()
|
/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 45 struct LLVMMCJITCompilerOptions Options; in llvm_ee_create()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 327 LLVMMCJITCompilerOptions Options;
|