Searched refs:GetJITModule (Results 1 – 5 of 5) sorted by relevance
146 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
726 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
103 lldb::ModuleSP GetJITModule();
110 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
1228 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit