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