Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp183 else if (D.getLTOMode() == LTOK_Full) in ConstructJob()
197 else if (D.getLTOMode() == LTOK_Full) in ConstructJob()
297 else if (D.getLTOMode() == LTOK_Full) in ConstructJob()
H A DFlang.cpp736 if (LTOMode == LTOK_Full) in ConstructJob()
H A DClang.cpp5262 assert(LTOMode == LTOK_Full || LTOMode == LTOK_Thin); in ConstructJob()
5268 (D.getLTOMode() == LTOK_Full) || !UnifiedLTO) in ConstructJob()
7773 if (LTOMode != LTOK_Full) in ConstructJob()
7802 (IsPS4 && !UnifiedLTO && (D.getLTOMode() != LTOK_Full))) in ConstructJob()
7814 (LTOMode == LTOK_Full || TC.canSplitThinLTOUnit())) || in ConstructJob()
7828 assert(LTOMode == LTOK_Full || LTOMode == LTOK_Thin); in ConstructJob()
H A DDarwin.cpp246 if (D.getLTOMode() == LTOK_Full) { in AddLinkArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h60 LTOK_Full, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp715 .Case("full", LTOK_Full) in parseLTOMode()
740 if (OffloadLTOMode != LTOK_Full) in setLTOMode()
743 OffloadLTOMode = LTOK_Full; in setLTOMode()