LLVM API Documentation
#include "llvm/Function.h"#include "llvm/GlobalVariable.h"#include "llvm/ADT/SetVector.h"#include "llvm/Support/DataTypes.h"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.
Namespaces | |
| namespace | llvm |
Classes | |
| struct | llvm::ilist_traits< Function > |
| struct | llvm::ilist_traits< GlobalVariable > |
| 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. | |