![]() |
chigraph
master
Systems programming language written for beginners in LLVM
|
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... | |