search for: paramunsign

Displaying 1 result from an estimated 1 matches for "paramunsign".

Did you mean: paramunsigned
2020 Aug 10
2
[RFC] llvm-diva - Debug Information Visual Analyzer
...s) to select the kind of logical elements to be included in the output. The below example is used to show different output generated by llvm-diva. We then compiled it for an x86 elf target with a recent version of clang (-O0 -g): 1 using INTPTR = const int *; 2 int foo(INTPTR ParamPtr, unsigned ParamUnsigned, bool ParamBool) { 3 if (ParamBool) { 4 typedef int INTEGER; 5 const INTEGER CONSTANT = 7; 6 return CONSTANT; 7 } 8 return ParamUnsigned; 9 } Print basic details ------------------- The following command prints basic details for the all logical elements sorted by the de...