Searched defs:ThinLTOState (Results 1 – 2 of 2) sorted by relevance
339 struct ThinLTOState { struct342 ThinBackend Backend;343 ModuleSummaryIndex CombinedIndex;345 ModuleMapType ModuleMap;347 std::optional<ModuleMapType> ModulesToCompile;348 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID;
598 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState() function in LTO::ThinLTOState