|
LLVM 22.0.0git
|
#include "llvm-c/lto.h"#include "llvm/ADT/StringSet.h"#include "llvm/IR/ModuleSummaryIndex.h"#include "llvm/LTO/LTO.h"#include "llvm/Support/CachePruning.h"#include "llvm/Support/CodeGen.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Target/TargetOptions.h"#include "llvm/TargetParser/Triple.h"#include <string>Go to the source code of this file.
Classes | |
| struct | llvm::ThinLTOCodeGeneratorImpl::TargetMachineBuilder |
| Helper to gather options relevant to the target machine creation. More... | |
| class | llvm::ThinLTOCodeGenerator |
| This class define an interface similar to the LTOCodeGenerator, but adapted for ThinLTO processing. More... | |
| struct | llvm::ThinLTOCodeGenerator::CachingOptions |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::ThinLTOCodeGeneratorImpl |
| ThinLTOCodeGeneratorImpl - Namespace used for ThinLTOCodeGenerator implementation details. | |