Home
last modified time | relevance | path

Searched refs:SplitLTOUnit (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp119 SplitLTOUnit("thinlto-split-lto-unit", variable
755 M->addModuleFlag(Module::Error, "EnableSplitLTOUnit", SplitLTOUnit); in main()
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6654 bool SplitLTOUnit = in ConstructJob() local
6657 if (Sanitize.needsLTO() && !SplitLTOUnit) in ConstructJob()
6660 if (SplitLTOUnit) in ConstructJob()