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.h90 bool AlwaysEmitRegularLTOObj = false; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp53 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp78 c.AlwaysEmitRegularLTOObj = !ctx.config.ltoObjPath.empty(); in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp134 c.AlwaysEmitRegularLTOObj = !ctx.arg.ltoObjPath.empty(); in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1379 if (!RegularLTO.EmptyCombinedModule || Conf.AlwaysEmitRegularLTOObj) { in runRegularLTO()