LLVM API Documentation
#include "llvm/AbstractTypeUser.h"#include "llvm/Support/Casting.h"#include "llvm/Support/DataTypes.h"#include "llvm/ADT/GraphTraits.h"#include "llvm/ADT/iterator.h"#include <string>#include <vector>


Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Classes | |
| class | llvm::Type |
| Root of type hierarchy. More... | |
| struct | llvm::GraphTraits< Type * > |
| struct | llvm::GraphTraits< const Type * > |
Functions | |
| template<> | |
| bool | llvm::isa_impl< PointerType, Type > (const Type &Ty) |
| std::ostream & | llvm::operator<< (std::ostream &OS, const Type &T) |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const Type &T) |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.