chigraph  master
Systems programming language written for beginners in LLVM
NameMangler.cpp File Reference
#include "chi/NameMangler.hpp"
#include <cassert>
#include <vector>
+ Include dependency graph for NameMangler.cpp:

Go to the source code of this file.

Namespaces

 chi
 The namespace where chigraph lives.
 

Functions

Name Mangling

Functions for mangling names into names used natively

std::string chi::mangleFunctionName (std::string fullModuleName, const std::string &name)
 Mangle a function name. More...
 
std::pair< std::string, std::string > chi::unmangleFunctionName (std::string mangled)
 Unmangle a function name. More...