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

Lines Matching refs:EE

130 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
132 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
134 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
136 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
140 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
144 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
146 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
149 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP);
151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
155 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
159 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
162 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE,
165 LLVMTargetDataRef LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE);
167 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE);
169 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
172 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);