Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4910 bool IsUsingLTO = LTOMode != LTOK_None; in ConstructJob() local
5119 if (IsUsingLTO) { in ConstructJob()
5265 if (IsUsingLTO) { in ConstructJob()
5335 if (C.getDriver().embedBitcodeInObject() && !IsUsingLTO && in ConstructJob()
5441 if (C.getDriver().embedBitcodeMarkerOnly() && !IsUsingLTO) in ConstructJob()
7688 !(C.getDriver().embedBitcodeInObject() && !IsUsingLTO) && in ConstructJob()
7859 if ((!IsUsingLTO && !OtherIsUsingLTO) || in ConstructJob()
7866 if (IsUsingLTO) in ConstructJob()
7885 if (IsUsingLTO && A->getOption().matches(options::OPT_ffat_lto_objects)) { in ConstructJob()