Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h356 struct GlobalResolution { struct
409 std::optional<StringMap<GlobalResolution>> GlobalResolutions; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp596 GlobalResolutions(std::make_optional<StringMap<GlobalResolution>>()), in LTO()
644 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
653 (GlobalRes.Partition != GlobalResolution::Unknown && in addModuleToGlobalRes()
655 GlobalRes.Partition = GlobalResolution::External; in addModuleToGlobalRes()
1304 R.second.Partition != GlobalResolution::External) in runRegularLTO()
1753 if (Res.second.Partition != GlobalResolution::External || in runThinLTO()