Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h96 bool IsRegisterFileReduced(lldb_private::RegisterContext &reg_ctx) const;
H A DABISysV_arc.cpp146 bool ABISysV_arc::IsRegisterFileReduced(RegisterContext &reg_ctx) const { in IsRegisterFileReduced() function in ABISysV_arc
244 const size_t regs_for_args_count = IsRegisterFileReduced(*reg_ctx) ? 4U : 8U; in PrepareTrivialCall()