|
LLVM 22.0.0git
|
#include "llvm-c/lto.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringSet.h"#include "llvm/IR/GlobalValue.h"#include "llvm/IR/Module.h"#include "llvm/LTO/Config.h"#include "llvm/LTO/LTO.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Compiler.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 | |
| struct | llvm::LTOCodeGenerator |
| C++ class which implements the opaque lto_code_gen_t type. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI void | llvm::parseCommandLineOptions (std::vector< std::string > &Options) |
| A convenience function that calls cl::ParseCommandLineOptions on the given set of options. | |
Variables | |
| LLVM_ABI cl::opt< bool > | llvm::EnableLTOInternalization |
| Enable global value internalization in LTO. | |