Home
last modified time | relevance | path

Searched defs:ThinLTOState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h339 struct ThinLTOState { struct
342 ThinBackend Backend;
343 ModuleSummaryIndex CombinedIndex;
345 ModuleMapType ModuleMap;
347 std::optional<ModuleMapType> ModulesToCompile;
348 DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp598 LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) in ThinLTOState() function in LTO::ThinLTOState