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