Home
last modified time | relevance | path

Searched refs:hasWholeProgramVisibility (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h242 bool hasWholeProgramVisibility(bool WholeProgramVisibilityEnabledInLTO);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp779 bool hasWholeProgramVisibility(bool WholeProgramVisibilityEnabledInLTO) { in hasWholeProgramVisibility() function
790 if (!hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) in updateVCallVisibilityInModule()
811 if (hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) { in updatePublicTypeTestCalls()
838 if (!hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) in updateVCallVisibilityInIndex()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp1054 if (hasWholeProgramVisibility(/* WholeProgramVisibilityEnabledInLTO */ false)) in run()
H A DLTO.cpp1487 if (hasWholeProgramVisibility(Conf.HasWholeProgramVisibility)) in runThinLTO()