Home
last modified time | relevance | path

Searched refs:GlobalResolution (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h477 struct GlobalResolution { struct
536 std::unique_ptr<llvm::DenseMap<StringRef, GlobalResolution>> argument
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp617 std::make_unique<DenseMap<StringRef, GlobalResolution>>()), in LTO()
674 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
683 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes()
685 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
1346 R.second.Partition != GlobalResolution::External) in runRegularLTO()
1991 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()