|
LLVM
3.7.0
|
#include "llvm-c/Core.h"#include "llvm/ADT/APFloat.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/Support/CBindingWrapping.h"#include "llvm/Support/Casting.h"#include "llvm/Support/DataTypes.h"#include "llvm/Support/ErrorHandling.h"Go to the source code of this file.
Classes | |
| struct | llvm::GraphTraits< GraphType > |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More... | |
| 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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| static raw_ostream & | llvm::operator<< (raw_ostream &OS, Type &T) |
| Type ** | llvm::unwrap (LLVMTypeRef *Tys) |
| LLVMTypeRef * | llvm::wrap (Type **Tys) |
1.8.6