Searched refs:IsRegisterFileReduced (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.h98 bool IsRegisterFileReduced(lldb_private::RegisterContext &reg_ctx) const;
H A DABISysV_arc.cpp144 bool ABISysV_arc::IsRegisterFileReduced(RegisterContext &reg_ctx) const { function in class:ABISysV_arc
243 const size_t regs_for_args_count = IsRegisterFileReduced(*reg_ctx) ? 4U : 8U;

Completed in 107 milliseconds