|
LLVM
8.0.1
|
#include "llvm/ADT/StringSet.h"#include "llvm/IR/GlobalValue.h"#include "llvm/IR/PassManager.h"#include <functional>#include <set>

Go to the source code of this file.
Classes | |
| class | llvm::InternalizePass |
A pass that internalizes all functions and variables other than those that must be preserved according to MustPreserveGV. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| bool | llvm::internalizeModule (Module &TheModule, std::function< bool(const GlobalValue &)> MustPreserveGV, CallGraph *CG=nullptr) |
| Helper function to internalize functions and variables in a Module. More... | |
1.8.13