LLVM API Documentation
#include "llvm/Support/Mangler.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/ADT/StringExtras.h"
Include dependency graph for Mangler.cpp:
Go to the source code of this file.
Functions | |
static char | HexDigit (int V) |
static std::string | MangleLetter (unsigned char C) |
static char HexDigit | ( | int | V | ) | [static] |
static std::string MangleLetter | ( | unsigned char | C | ) | [static] |
Definition at line 24 of file Mangler.cpp.
References HexDigit().
Referenced by llvm::Mangler::makeNameProper().