LLVM API Documentation
#include "llvm/ADT/OwningPtr.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/DataTypes.h"

Go to the source code of this file.
Classes | |
| struct | llvm::DenseMapInfo< T > |
| class | llvm::DenseMap< KeyT, ValueT, KeyInfoT > |
| struct | llvm::ilist_traits< Function > |
| struct | llvm::ilist_traits< GlobalVariable > |
| struct | llvm::ilist_traits< GlobalAlias > |
| struct | llvm::ilist_traits< NamedMDNode > |
| class | llvm::Module |
| The main container class for the LLVM Intermediate Representation. More... | |
| struct | llvm::Module::ModuleFlagEntry |
Namespaces | |
| llvm | |
| List of target independent CodeGen pass IDs. | |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &O, const Module &M) |
| An raw_ostream inserter for modules. More... | |
| Module * | llvm::unwrap (LLVMModuleProviderRef MP) |