Lines Matching refs:LLVMExecutionEngineRef
104 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
119 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
134 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
162 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,
216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) {
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) {
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) {
230 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
239 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
254 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) {
257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
278 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE,
283 LLVMTargetDataRef LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) {
288 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) {
292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) {
303 uint64_t LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) {
307 uint64_t LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) {
311 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,