Searched defs:RegularLTOState (Results 1 – 2 of 2) sorted by relevance
275 struct RegularLTOState { struct277 struct CommonResolution {283 std::map<std::string, CommonResolution> Commons;285 unsigned ParallelCodeGenParallelismLevel;286 LTOLLVMContext Ctx;287 std::unique_ptr<Module> CombinedModule;288 std::unique_ptr<IRMover> Mover;294 struct AddedModule {298 std::vector<AddedModule> ModsWithSummaries;
397 LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, in RegularLTOState() function in LTO::RegularLTOState