GCC C++ Name mangling reference

这一生的挚爱 提交于 2019-12-03 10:42:57
Pavel Golubev

Quote from gcc's sources(https://github.com/gcc-mirror/gcc/blob/master/gcc/cp/mangle.c):

This file implements mangling of C++ names according to the IA64 C++ ABI specification.

And here is the rules from this specification: https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!