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