Displaying 3 results from an estimated 3 matches for "_znst11char_traitsice6lengthepkc".
2020 Feb 04
4
How to distinguish between user defined function in a program and library functions
...e following command:
$ clang++ -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 ---------...
2020 Feb 05
2
How to distinguish between user defined function in a program and library functions
...font face="Courier New, Courier, monospace">__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...
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
...1d4):/usr/include/c++/3.3.1/iostream:143: reloc refers to symbol `.text$_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_PKS3_' which is not being output
/cygdrive/w/tmp/llvm/llvm/lib/Support/Debug/FileUtilities.o(.stab+0x22348):/usr/include/c++/3.3.1/iostream:143: reloc refers to symbol `.text$_ZNSt11char_traitsIcE6lengthEPKc' which is not being output
/cygdrive/w/tmp/llvm/llvm/lib/Support/Debug/LeakDetector.o(.stab+0x24e08): In function `GLOBAL__D__ZN12LeakDetector20addGarbageObjectImplEPv':
/usr/include/c++/3.3.1/bits/stl_set.h:100: reloc refers to symbol `.text$_ZNSt22_Rb_tree_base_iteratorC2Ev' which is...