Home
last modified time | relevance | path

Searched refs:m_execution_engine_up (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp300 m_execution_engine_up.reset(builder.create(target_machine)); in GetRunnableInfo()
302 if (!m_execution_engine_up) { in GetRunnableInfo()
310 (m_execution_engine_up->getDataLayout().getGlobalPrefix() == '_'); in GetRunnableInfo()
345 m_execution_engine_up->setObjectCache(m_object_cache_up.get()); in GetRunnableInfo()
350 m_execution_engine_up->setProcessAllSections(true); in GetRunnableInfo()
352 m_execution_engine_up->DisableLazyCompilation(); in GetRunnableInfo()
360 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo()
379 ReportAllocations(*m_execution_engine_up); in GetRunnableInfo()
391 m_execution_engine_up->getGlobalValueAddress(val.getName().str()); in GetRunnableInfo()
505 m_execution_engine_up.reset(); in ~IRExecutionUnit()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h367 std::unique_ptr<llvm::ExecutionEngine> m_execution_engine_up; variable