Lines Matching refs:m_execution_engine_up
299 m_execution_engine_up.reset(builder.create(target_machine));
301 if (!m_execution_engine_up) {
309 (m_execution_engine_up->getDataLayout().getGlobalPrefix() == '_');
344 m_execution_engine_up->setObjectCache(m_object_cache_up.get());
349 m_execution_engine_up->setProcessAllSections(true);
351 m_execution_engine_up->DisableLazyCompilation();
359 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function);
378 ReportAllocations(*m_execution_engine_up);
390 m_execution_engine_up->getGlobalValueAddress(val.getName().str());
506 m_execution_engine_up.reset();