search for: _zl8func_addii

Displaying 2 results from an estimated 2 matches for "_zl8func_addii".

2015 Jul 17
2
[LLVMdev] LLVM instrumentation
...ion count and the maximum internal block count. Do you know if you can tune the -fprofile-instr-generate parameter? I find another way for doing instrumentation (http://logan.tw/posts/2015/04/28/check-code-coverage-with-clang-and-lcov/) With this, I get the following information : Function '_ZL8func_addii' Lines executed:100.00% of 5 Branches executed:100.00% of 2 Taken at least once:100.00% of 2 No calls Function 'main' Lines executed:100.00% of 6 Branches executed:100.00% of 2 Taken at least once:100.00% of 2 No calls File 'test.cpp' Lines executed:100.00% of 11 Branches exec...
2015 Jul 17
3
[LLVMdev] LLVM instrumentation
Yeah I have already see pintool but I need this to work with ARM and Intel. If I remember correctly, pintool does not work on ARM (or quite bad). My goal with the instrumentation is, once I have the information (time + call), to choose (during a second compilation) if some of my passes are applicable or not. Greetings, Johan On 17 Jul 2015, at 16:09, Kenneth Adam Miller <kennethadammiller