Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp4205 bool IsUsingLTO = D.isUsingLTO(IsDeviceOffloadAction); in ConstructJob() local
4464 if (IsUsingLTO) { in ConstructJob()
4512 if (C.getDriver().embedBitcodeInObject() && !IsUsingLTO && in ConstructJob()
4629 if (C.getDriver().embedBitcodeMarkerOnly() && !IsUsingLTO) in ConstructJob()
6492 !(C.getDriver().embedBitcodeInObject() && !IsUsingLTO) && in ConstructJob()
6644 if (!IsUsingLTO) in ConstructJob()
6699 if (!IsUsingLTO) { in ConstructJob()