Searched refs:GetRunnableInfo (Results 1 – 3 of 3) sorted by relevance
85 void GetRunnableInfo(Status &error, lldb::addr_t &func_addr,
1219 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution()1222 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution()
220 void IRExecutionUnit::GetRunnableInfo(Status &error, lldb::addr_t &func_addr, in GetRunnableInfo() function in IRExecutionUnit