Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h85 bool AlwaysEmitRegularLTOObj = false; member
/openbsd/gnu/llvm/lld/COFF/
H A DLTO.cpp92 c.AlwaysEmitRegularLTOObj = !ctx.config.ltoObjPath.empty(); in createConfig()
/openbsd/gnu/llvm/lld/MachO/
H A DLTO.cpp68 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp156 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp893 Conf.AlwaysEmitRegularLTOObj = !options::obj_path.empty(); in createLTO()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1176 if (!RegularLTO.EmptyCombinedModule || Conf.AlwaysEmitRegularLTOObj) { in runRegularLTO()