LLVM  8.0.1
Classes | Namespaces | Functions
Type.h File Reference
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstdint>
#include <iterator>
Include dependency graph for Type.h:

Go to the source code of this file.

Classes

struct  llvm::GraphTraits< GraphType >
 
class  llvm::Type
 The instances of the Type class are immutable: once they are created, they are never changed. More...
 
struct  llvm::isa_impl< PointerType, Type >
 
struct  llvm::GraphTraits< Type * >
 
struct  llvm::GraphTraits< const Type * >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &OS, const Type &T)
 
Type ** llvm::unwrap (LLVMTypeRef *Tys)
 
LLVMTypeRefllvm::wrap (Type **Tys)