|
LLVM
8.0.1
|
Module.h This file contains the declarations for the Module class. More...
#include "llvm-c/Types.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/iterator_range.h"#include "llvm/IR/Attributes.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/IR/SymbolTableListTraits.h"#include "llvm/Support/CBindingWrapping.h"#include "llvm/Support/CodeGen.h"#include <cstddef>#include <cstdint>#include <iterator>#include <memory>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| 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 | |
| This class represents lattice values for constants. | |
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.13