Home
last modified time | relevance | path

Searched refs:HasWholeProgramVisibility (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h78 bool HasWholeProgramVisibility = false; member
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1104 Conf.HasWholeProgramVisibility, in runRegularLTO()
1107 Conf.HasWholeProgramVisibility); in runRegularLTO()
1487 if (hasWholeProgramVisibility(Conf.HasWholeProgramVisibility)) in runThinLTO()
1492 Conf.HasWholeProgramVisibility, in runThinLTO()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp154 c.HasWholeProgramVisibility = config->ltoWholeProgramVisibility; in createConfig()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp972 Conf.HasWholeProgramVisibility = options::whole_program_visibility; in createLTO()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp849 Conf.HasWholeProgramVisibility = Args.hasArg(OPT_whole_program);