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/
DWholeProgramDevirt.h242 bool hasWholeProgramVisibility(bool WholeProgramVisibilityEnabledInLTO);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
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/
DThinLTOCodeGenerator.cpp1054 if (hasWholeProgramVisibility(/* WholeProgramVisibilityEnabledInLTO */ false)) in run()
DLTO.cpp1524 if (hasWholeProgramVisibility(Conf.HasWholeProgramVisibility)) in runThinLTO()