search for: _zstorst12_ios_iostates_

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

2020 Feb 04
4
How to distinguish between user defined function in a program and library functions
...-c -emit-llvm -O -Xclang -disable-llvm-passes a.cpp the bitcode has the following function with define. __cxx_global_var_init    main    _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc _ZNSt9basic_iosIcSt11char_traitsIcEE8setstateESt12_Ios_Iostate    _ZNSt11char_traitsIcE6lengthEPKc    _ZStorSt12_Ios_IostateS_    _ZNKSt9basic_iosIcSt11char_traitsIcEE7rdstateEv    _GLOBAL__sub_I_a.cpp In a pass, I want to know what are the functions defined by the user e.g 'main' and what are not e.g. other than 'main'. Regards,    Sunil -------------- next part -------------- An HTML attachment was...
2020 Feb 05
2
How to distinguish between user defined function in a program and library functions
...t;__cxx_global_var_init<br>    main<br>    _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc<br>    _ZNSt9basic_iosIcSt11char_traitsIcEE8setstateESt12_Ios_Iostate<br>    _ZNSt11char_traitsIcE6lengthEPKc<br>    _ZStorSt12_Ios_IostateS_<br>    _ZNKSt9basic_iosIcSt11char_traitsIcEE7rdstateEv<br>    _GLOBAL__sub_I_a.cpp<br> </font></div> <div><br> </div> <div>In a pass, I want to know what are the functions defined by the user e.g ...