Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h58 enum LTOKind { enum
139 LTOKind LTOMode;
142 LTOKind OffloadLTOMode;
748 LTOKind getLTOMode() const { return LTOMode; } in getLTOMode()
754 LTOKind getOffloadLTOMode() const { return OffloadLTOMode; } in getOffloadLTOMode()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp197 constexpr llvm::lto::LTO::LTOKind ltoModes[3] = in BitcodeCompiler()
198 {llvm::lto::LTO::LTOKind::LTOK_UnifiedThin, in BitcodeCompiler()
199 llvm::lto::LTO::LTOKind::LTOK_UnifiedRegular, in BitcodeCompiler()
200 llvm::lto::LTO::LTOKind::LTOK_Default}; in BitcodeCompiler()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h378 enum LTOKind { enum
396 LTOKind LTOMode = LTOK_Default);
570 LTOKind LTOMode;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp407 LTO::LTOKind LTOMode = LTO::LTOK_Default; in run()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp879 LTOKind LTOMode = D.getLTOMode(); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp612 unsigned ParallelCodeGenParallelismLevel, LTOKind LTOMode) in LTO()
1363 if ((LTOMode == LTOKind::LTOK_UnifiedRegular) && in runRegularLTO()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp858 static driver::LTOKind parseLTOMode(Driver &D, const llvm::opt::ArgList &Args, in parseLTOMode()
866 driver::LTOKind LTOMode = llvm::StringSwitch<LTOKind>(LTOName) in parseLTOMode()