Lines Matching refs:Engine
154 Engine = nullptr;
159 if (Engine)
160 LLVMDisposeExecutionEngine(Engine);
282 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options,
328 LLVMExecutionEngineRef Engine;
342 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
359 uint64_t raw = LLVMGetGlobalValueAddress(Engine, "simple_value");
373 uint64_t raw = LLVMGetFunctionAddress(Engine, "simple_function");
389 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
409 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
440 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
443 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2)));
465 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
498 Engine, MappedFn,
503 uint64_t raw = LLVMGetFunctionAddress(Engine, "test_fn");