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.h358 struct GlobalResolution { struct
411 std::optional<StringMap<GlobalResolution>> GlobalResolutions; argument
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp610 GlobalResolutions(std::make_optional<StringMap<GlobalResolution>>()), in LTO()
658 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
667 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes()
669 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
1318 R.second.Partition != GlobalResolution::External) in runRegularLTO()
1785 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()