struct LTO::RegularLTOState
Declaration
struct LTO::RegularLTOState { /* full declaration omitted */ };
Declared at: llvm/include/llvm/LTO/LTO.h:308
Member Variables
- public std::map<std::string, CommonResolution> Commons
- public unsigned int ParallelCodeGenParallelismLevel
- public llvm::lto::LTOLLVMContext Ctx
- public std::unique_ptr<Module> CombinedModule
- public std::unique_ptr<IRMover> Mover
- public std::vector<AddedModule> ModsWithSummaries
Method Overview
- public RegularLTOState(unsigned int ParallelCodeGenParallelismLevel, const llvm::lto::Config & Conf)
Methods
ΒΆRegularLTOState(
unsigned int ParallelCodeGenParallelismLevel,
const llvm::lto::Config& Conf)
RegularLTOState(
unsigned int ParallelCodeGenParallelismLevel,
const llvm::lto::Config& Conf)
Declared at: llvm/include/llvm/LTO/LTO.h:309
Parameters
- unsigned int ParallelCodeGenParallelismLevel
- const llvm::lto::Config& Conf