LLVM API Documentation
#include "llvm/Support/Mangler.h"
#include "llvm/Module.h"
#include "llvm/Type.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) |
|
Definition at line 20 of file Mangler.cpp. Referenced by MangleLetter(). |
|
Definition at line 24 of file Mangler.cpp. References HexDigit(). Referenced by llvm::Mangler::makeNameProper(). |