LLVM 20.0.0git
|
Module.h This file contains the declarations for the Module class. More...
#include "llvm-c/Types.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/ProfileSummary.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 <optional>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
GlobalVariable * | llvm::collectUsedGlobalVariables (const Module &M, SmallVectorImpl< GlobalValue * > &Vec, bool CompilerUsed) |
Given "llvm.used" or "llvm.compiler.used" as a global name, collect the initializer elements of that global in a SmallVector and return the global itself. | |
raw_ostream & | llvm::operator<< (raw_ostream &O, const Module &M) |
An raw_ostream inserter for modules. | |
Module * | llvm::unwrap (LLVMModuleProviderRef MP) |