LLVM  3.7.0
Classes | Namespaces | Functions
Module.h File Reference

Module.h This file contains the declarations for the Module class. More...

#include "llvm/ADT/iterator_range.h"
#include "llvm/IR/Comdat.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalAlias.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Metadata.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/DataTypes.h"
#include <system_error>
Include dependency graph for Module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::ilist_traits< Function >
 
struct  llvm::ilist_traits< GlobalVariable >
 
struct  llvm::ilist_traits< GlobalAlias >
 
struct  llvm::ilist_traits< NamedMDNode >
 
class  llvm::Module
 A Module instance is used to store all the information related to an LLVM module. More...
 
struct  llvm::Module::ModuleFlagEntry
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &O, const Module &M)
 An raw_ostream inserter for modules. More...
 
Module * llvm::unwrap (LLVMModuleProviderRef MP)
 

Detailed Description

Module.h This file contains the declarations for the Module class.

Definition in file Module.h.