Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h92 bool AlwaysEmitRegularLTOObj = false; member
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp84 c.AlwaysEmitRegularLTOObj = !ctx.config.ltoObjPath.empty(); in createConfig()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp55 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp135 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1337 if (!RegularLTO.EmptyCombinedModule || Conf.AlwaysEmitRegularLTOObj) { in runRegularLTO()