Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h261 enum LTOKind { enum
279 LTOKind LTOMode = LTOK_Default);
442 LTOKind LTOMode;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h58 enum LTOKind { enum
117 LTOKind LTOMode;
120 LTOKind OffloadLTOMode;
723 LTOKind getLTOMode(bool IsOffload = false) const {
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp191 constexpr llvm::lto::LTO::LTOKind ltoModes[3] = in BitcodeCompiler()
192 {llvm::lto::LTO::LTOKind::LTOK_UnifiedThin, in BitcodeCompiler()
193 llvm::lto::LTO::LTOKind::LTOK_UnifiedRegular, in BitcodeCompiler()
194 llvm::lto::LTO::LTOKind::LTOK_Default}; in BitcodeCompiler()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp377 LTO::LTOKind LTOMode = LTO::LTOK_Default; in run()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp734 LTOKind LTOMode = D.getLTOMode(/* IsOffload */ false); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp606 unsigned ParallelCodeGenParallelismLevel, LTOKind LTOMode) in LTO()
1335 if ((LTOMode == LTOKind::LTOK_UnifiedRegular) && in runRegularLTO()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp706 static driver::LTOKind parseLTOMode(Driver &D, const llvm::opt::ArgList &Args, in parseLTOMode()
714 driver::LTOKind LTOMode = llvm::StringSwitch<LTOKind>(LTOName) in parseLTOMode()