LLVM API Documentation
#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/DataTypes.h"#include <system_error>
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 |
| The main container class for the LLVM Intermediate Representation. More... | |
| struct | llvm::Module::ModuleFlagEntry |
Namespaces | |
| namespace | 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. | |
| Module * | llvm::unwrap (LLVMModuleProviderRef MP) |