LLVM API Documentation

Mangler.cpp File Reference

#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)


Function Documentation

static char HexDigit ( int  V  )  [static]

Definition at line 20 of file Mangler.cpp.

Referenced by MangleLetter().

static std::string MangleLetter ( unsigned char  C  )  [static]

Definition at line 24 of file Mangler.cpp.

References HexDigit().

Referenced by llvm::Mangler::makeNameProper().