Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h41 typedef struct LLVMOpaqueExecutionEngine *LLVMExecutionEngineRef; typedef
75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
79 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
83 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
109 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,
114 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
119 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
124 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,
129 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
131 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
[all …]
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c40 CAMLprim LLVMExecutionEngineRef llvm_ee_create(value OptRecordOpt, LLVMModuleRef M) { in llvm_ee_create()
42 LLVMExecutionEngineRef MCJIT; in llvm_ee_create()
63 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
69 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
75 CAMLprim value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
84 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
90 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
98 CAMLprim value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
113 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping()
119 LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address()
[all …]
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp101 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
116 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
131 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
159 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, in LLVMCreateMCJITCompilerForModule()
201 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngine()
210 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreter()
219 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompiler()
230 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
234 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
238 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.h44 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE);
59 lp_build_create_mcjit_compiler_for_module(LLVMExecutionEngineRef *OutJIT,
Dlp_bld_misc.cpp82 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE) in lp_register_oprofile_jit_event_listener()
245 lp_build_create_mcjit_compiler_for_module(LLVMExecutionEngineRef *OutJIT, in lp_build_create_mcjit_compiler_for_module()
Dlp_bld_init.h42 LLVMExecutionEngineRef engine;
/external/llvm/bindings/go/llvm/
Dexecutionengine.go31 C C.LLVMExecutionEngineRef
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h630 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionEngine, LLVMExecutionEngineRef)
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp328 LLVMExecutionEngineRef Engine;