LLVM API Documentation
#include "llvm/TypeSymbolTable.h"
#include "llvm/DerivedTypes.h"
#include "llvm/ADT/StringExtras.h"
#include <iostream>
#include <algorithm>
Include dependency graph for TypeSymbolTable.cpp:
Go to the source code of this file.
Defines | |
#define | DEBUG_SYMBOL_TABLE 0 |
#define | DEBUG_ABSTYPE 0 |
Functions | |
static void | DumpTypes (const std::pair< const std::string, const Type * > &T) |
#define DEBUG_ABSTYPE 0 |
Definition at line 23 of file TypeSymbolTable.cpp.
#define DEBUG_SYMBOL_TABLE 0 |
Definition at line 22 of file TypeSymbolTable.cpp.
static void DumpTypes | ( | const std::pair< const std::string, const Type * > & | T | ) | [static] |
Definition at line 182 of file TypeSymbolTable.cpp.