Searched refs:IsUsingLTO (Results 1 – 1 of 1) sorted by relevance
4910 bool IsUsingLTO = LTOMode != LTOK_None; in ConstructJob() local5119 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()