Searched defs:RegularLTOState (Results 1 – 2 of 2) sorted by relevance
308 struct RegularLTOState { struct311 struct CommonResolution {317 std::map<std::string, CommonResolution> Commons;319 unsigned ParallelCodeGenParallelismLevel;320 LTOLLVMContext Ctx;321 std::unique_ptr<Module> CombinedModule;322 std::unique_ptr<IRMover> Mover;328 struct AddedModule {332 std::vector<AddedModule> ModsWithSummaries;
469 LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, in RegularLTOState() function in LTO::RegularLTOState