/external/lldb/source/Expression/ |
ClangExpressionParser.cpp | 501 m_execution_unit.reset(new IRExecutionUnit(m_llvm_context, // handed off here 518 *m_execution_unit, 522 bool ir_can_run = ir_for_target.runOnModule(*m_execution_unit->GetModule()); 526 can_interpret = IRInterpreter::CanInterpret(*m_execution_unit->GetModule(), *m_execution_unit->GetFunction(), interpret_error); 576 if (!ir_dynamic_checks.runOnModule(*m_execution_unit->GetModule())) 584 m_execution_unit->GetRunnableInfo(err, func_addr, func_end); 589 m_execution_unit->GetRunnableInfo(err, func_addr, func_end); 592 execution_unit_ap.reset (m_execution_unit.release());
|
IRForTarget.cpp | 45 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); [all...] |
/external/lldb/include/lldb/Expression/ |
ClangExpressionParser.h | 146 std::unique_ptr<IRExecutionUnit> m_execution_unit; ///< The container for the finished Module member in class:lldb_private::ClangExpressionParser
|
IRForTarget.h | 636 lldb_private::IRExecutionUnit &m_execution_unit; member in class:IRForTarget::StaticDataAllocator
|