Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:EE

87 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
89 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
91 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
93 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
97 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
101 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
103 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
106 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP);
108 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
112 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
116 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
119 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn);
121 LLVMTargetDataRef LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE);
123 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
126 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);