LLVM
8.0.1
|
#include "llvm-c/lto.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::ArrayRef< T > |
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More... | |
struct | llvm::LTOCodeGenerator |
C++ class which implements the opaque lto_code_gen_t type. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Variables | |
llvm::cl::opt< bool > | EnableLTOInternalization |
Enable global value internalization in LTO. More... | |
llvm::cl::opt<bool> EnableLTOInternalization |
Enable global value internalization in LTO.
Referenced by llvm::LTOCodeGenerator::resetMergedModule(), and thinLTOInternalizeAndPromoteGUID().