Searched defs:ThinLTOState (Results 1 – 2 of 2) sorted by relevance
301 struct ThinLTOState { struct304 ThinBackend Backend;305 ModuleSummaryIndex CombinedIndex;306 MapVector<StringRef, BitcodeModule> ModuleMap;307 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID;
403 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState() function in LTO::ThinLTOState