Searched refs:GetJITModule (Results 1 – 5 of 5) sorted by relevance
146 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
725 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
102 lldb::ModuleSP GetJITModule();
109 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
1189 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit