LLVM API Documentation

Module.h File Reference

#include "llvm/Function.h"
#include "llvm/GlobalVariable.h"
#include "llvm/GlobalAlias.h"
#include "llvm/Support/DataTypes.h"
#include <vector>

Include dependency graph for Module.h:

Go to the source code of this file.

Namespaces

namespace  llvm

Classes

struct  llvm::ilist_traits< Function >
struct  llvm::ilist_traits< GlobalVariable >
struct  llvm::ilist_traits< GlobalAlias >
class  llvm::Module
 The main container class for the LLVM Intermediate Representation. More...

Functions

std::ostream & llvm::operator<< (std::ostream &O, const Module &M)
 An iostream inserter for modules.
raw_ostream & llvm::operator<< (raw_ostream &O, const Module &M)




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.