Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h242 bool hasWholeProgramVisibility(bool WholeProgramVisibilityEnabledInLTO);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp778 bool hasWholeProgramVisibility(bool WholeProgramVisibilityEnabledInLTO) { in hasWholeProgramVisibility() function
789 if (!hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) in updateVCallVisibilityInModule()
810 if (hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) { in updatePublicTypeTestCalls()
837 if (!hasWholeProgramVisibility(WholeProgramVisibilityEnabledInLTO)) in updateVCallVisibilityInIndex()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp1054 if (hasWholeProgramVisibility(/* WholeProgramVisibilityEnabledInLTO */ false)) in run()
H A DLTO.cpp1524 if (hasWholeProgramVisibility(Conf.HasWholeProgramVisibility)) in runThinLTO()