LLVM  8.0.1
Classes | Namespaces | Variables
LTOCodeGenerator.h File Reference
#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>
Include dependency graph for LTOCodeGenerator.h:
This graph shows which files directly or indirectly include this file:

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< boolEnableLTOInternalization
 Enable global value internalization in LTO. More...
 

Variable Documentation

◆ EnableLTOInternalization

llvm::cl::opt<bool> EnableLTOInternalization

Enable global value internalization in LTO.

Referenced by llvm::LTOCodeGenerator::resetMergedModule(), and thinLTOInternalizeAndPromoteGUID().