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