Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h242 bool hasWholeProgramVisibility(bool WholeProgramVisibilityEnabledInLTO);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp779 bool llvm::hasWholeProgramVisibility(bool WholeProgramVisibilityEnabledInLTO) { in hasWholeProgramVisibility() function in llvm
830 if (!hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) in updateVCallVisibilityInModule()
857 if (hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) { in updatePublicTypeTestCalls()
898 if (!hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) in updateVCallVisibilityInIndex()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp1055 if (hasWholeProgramVisibility(/* WholeProgramVisibilityEnabledInLTO */ false)) in run()
H A DLTO.cpp1735 if (hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) in runThinLTO()