|
LLVM
4.0.0
|
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/GlobalIFunc.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"Go to the source code of this file.
Classes | |
| class | llvm::Optional< T > |
| class | llvm::SmallPtrSetImpl< PtrType > |
A templated base class for SmallPtrSet which provides the typesafe interface that is common across all small sizes. More... | |
| class | llvm::Module |
| A Module instance is used to store all the information related to an LLVM module. More... | |
| struct | llvm::Module::ModuleFlagEntry |
| class | llvm::Module::debug_compile_units_iterator |
| An iterator for DICompileUnits that skips those marked NoDebug. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| GlobalVariable * | llvm::collectUsedGlobalVariables (const Module &M, SmallPtrSetImpl< GlobalValue * > &Set, bool CompilerUsed) |
| Given "llvm.used" or "llvm.compiler.used" as a global name, collect the initializer elements of that global in Set and return the global itself. More... | |
| raw_ostream & | llvm::operator<< (raw_ostream &O, const Module &M) |
| An raw_ostream inserter for modules. More... | |
| Module * | llvm::unwrap (LLVMModuleProviderRef MP) |
1.8.6