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