Debug entry values functionality provides debug information about
call sites and function parameters values at the call entry spot.
Condition for generating this type of information is
compiling with -g option and optimization level higher than zero(-O0).
This patch enables functionality in clang frontend
for mips targets (mips, mipsel, mips64, mips64el).