Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h83 bool AlwaysEmitRegularLTOObj = false; member
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp85 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp155 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp904 Conf.AlwaysEmitRegularLTOObj = !options::obj_path.empty(); in createLTO()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1140 if (!RegularLTO.EmptyCombinedModule || Conf.AlwaysEmitRegularLTOObj) { in runRegularLTO()