Go to the source code of this file.
|
| | llvm |
| | This class represents lattice values for constants.
|
| |
| | llvm::lto |
| |
|
| Error | llvm::lto::backend (Config &C, AddStreamFn AddStream, unsigned ParallelCodeGenParallelismLevel, std::unique_ptr< Module > M, ModuleSummaryIndex &CombinedIndex) |
| | Runs a regular LTO backend. More...
|
| |
| Error | llvm::lto::thinBackend (Config &C, unsigned Task, AddStreamFn AddStream, Module &M, const ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const GVSummaryMapTy &DefinedGlobals, MapVector< StringRef, BitcodeModule > &ModuleMap) |
| | Runs a ThinLTO backend. More...
|
| |