LLVM API Documentation
#include "llvm/User.h"#include "llvm/DerivedTypes.h"


Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Classes | |
| class | llvm::generic_gep_type_iterator< ItTy > |
Typedefs | |
| typedef generic_gep_type_iterator | llvm::gep_type_iterator |
Functions | |
| gep_type_iterator | llvm::gep_type_begin (const User *GEP) |
| gep_type_iterator | llvm::gep_type_end (const User *GEP) |
| gep_type_iterator | llvm::gep_type_begin (const User &GEP) |
| gep_type_iterator | llvm::gep_type_end (const User &GEP) |
| template<typename ItTy> | |
| generic_gep_type_iterator< ItTy > | llvm::gep_type_begin (const Type *Op0, ItTy I, ItTy E) |
| template<typename ItTy> | |
| generic_gep_type_iterator< ItTy > | llvm::gep_type_end (const Type *Op0, ItTy I, ItTy E) |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.