Searched refs:IsRegisterFileReduced (Results 1 – 2 of 2) sorted by relevance
96 bool IsRegisterFileReduced(lldb_private::RegisterContext ®_ctx) const;
146 bool ABISysV_arc::IsRegisterFileReduced(RegisterContext ®_ctx) const { in IsRegisterFileReduced() function in ABISysV_arc244 const size_t regs_for_args_count = IsRegisterFileReduced(*reg_ctx) ? 4U : 8U; in PrepareTrivialCall()