Searched refs:m_execution_unit (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp504 m_execution_unit.reset(new IRExecutionUnit(m_llvm_context, // handed off here
521 *m_execution_unit,
525 bool ir_can_run = ir_for_target.runOnModule(*m_execution_unit->GetModule());
529 can_interpret = IRInterpreter::CanInterpret(*m_execution_unit->GetModule(), *m_execution_unit->GetFunction(), interpret_error);
579 if (!ir_dynamic_checks.runOnModule(*m_execution_unit->GetModule()))
587 m_execution_unit->GetRunnableInfo(err, func_addr, func_end);
592 m_execution_unit->GetRunnableInfo(err, func_addr, func_end);
595 execution_unit_ap.reset (m_execution_unit.release());
H A DIRForTarget.cpp45 m_execution_unit(execution_unit),
78 m_execution_unit.FreeNow(m_allocation);
82 m_allocation = m_execution_unit.WriteNow((const uint8_t*)m_stream_string.GetData(), m_stream_string.GetSize(), err);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangExpressionParser.h146 std::unique_ptr<IRExecutionUnit> m_execution_unit; ///< The container for the finished Module member in class:lldb_private::ClangExpressionParser
H A DIRForTarget.h636 lldb_private::IRExecutionUnit &m_execution_unit; member in class:IRForTarget::StaticDataAllocator

Completed in 70 milliseconds