LLVM API Documentation
#include "llvm/TypeSymbolTable.h"#include "llvm/DerivedTypes.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Support/Streams.h"#include <algorithm>

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 22 of file TypeSymbolTable.cpp.
| #define DEBUG_SYMBOL_TABLE 0 |
Definition at line 21 of file TypeSymbolTable.cpp.
| static void DumpTypes | ( | const std::pair< const std::string, const Type * > & | T | ) | [static] |
Definition at line 154 of file TypeSymbolTable.cpp.
References llvm::cerr().
Referenced by llvm::TypeSymbolTable::dump().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.