Searched refs:GetJITModule (Results 1 – 5 of 5) sorted by relevance
129 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
711 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
102 lldb::ModuleSP GetJITModule();
95 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
1260 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit