How to see demangled function names using llvm-cov gcov?

655 views Asked by At

Hell'o I use clang compiler and GTest framework. I'm trying to see what is my code coverage in each function but llvm-cov gcov does not show me function names - just, incomprehensible, mangled names. How to see demangled function names? Inb4: -m flag does not work.

0

There are 0 answers