6 #ifndef CHI_NAME_MANGLER_HPP 7 #define CHI_NAME_MANGLER_HPP 32 #endif // CHI_NAME_MANGLER_HPP std::string mangleFunctionName(std::string fullModuleName, const std::string &name)
Mangle a function name.
std::pair< std::string, std::string > unmangleFunctionName(std::string mangled)
Unmangle a function name.
The namespace where chigraph lives.