Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp181 if (D.getLTOMode() == LTOK_Thin) in ConstructJob()
195 if (D.getLTOMode() == LTOK_Thin) in ConstructJob()
295 if (D.getLTOMode() == LTOK_Thin) in ConstructJob()
H A DHaiku.cpp100 D.getLTOMode() == LTOK_Thin); in ConstructJob()
H A DOpenBSD.cpp213 D.getLTOMode() == LTOK_Thin); in ConstructJob()
H A DHIPAMD.cpp123 bool IsThinLTO = D.getLTOMode(/*IsOffload=*/true) == LTOK_Thin; in constructLldCommand()
H A DFuchsia.cpp153 D.getLTOMode() == LTOK_Thin); in ConstructJob()
H A DFreeBSD.cpp283 D.getLTOMode() == LTOK_Thin); in ConstructJob()
H A DAIX.cpp247 D.getLTOMode() == LTOK_Thin); in ConstructJob()
H A DBareMetal.cpp519 D.getLTOMode() == LTOK_Thin); in ConstructJob()
H A DFlang.cpp738 else if (LTOMode == LTOK_Thin) { in ConstructJob()
H A DMinGW.cpp250 D.getLTOMode() == LTOK_Thin); in ConstructJob()
H A DCuda.cpp626 C.getDriver().getLTOMode() == LTOK_Thin); in ConstructJob()
H A DAMDGPU.cpp632 C.getDriver().getLTOMode() == LTOK_Thin); in ConstructJob()
H A DClang.cpp5262 assert(LTOMode == LTOK_Full || LTOMode == LTOK_Thin); in ConstructJob()
5264 Twine("-flto=") + (LTOMode == LTOK_Thin ? "thin" : "full"))); in ConstructJob()
7828 assert(LTOMode == LTOK_Full || LTOMode == LTOK_Thin); in ConstructJob()
7834 Twine("-flto=") + (LTOMode == LTOK_Thin ? "thin" : "full"))); in ConstructJob()
H A DDarwin.cpp252 } else if (D.getLTOMode() == LTOK_Thin) in AddLinkArgs()
H A DGnu.cpp537 D.getLTOMode() == LTOK_Thin); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h61 LTOK_Thin, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp716 .Case("thin", LTOK_Thin) in parseLTOMode()