Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp920 bool found_non_fp_field = false; in GetReturnValueObjectImpl() local
946 found_non_fp_field = true; in GetReturnValueObjectImpl()
949 if (use_fp_regs && !found_non_fp_field) { in GetReturnValueObjectImpl()