Home
last modified time | relevance | path

Searched defs:LTOMode (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp377 LTO::LTOKind LTOMode = LTO::LTOK_Default; in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h442 LTOKind LTOMode; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h117 LTOKind LTOMode; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp734 LTOKind LTOMode = D.getLTOMode(/* IsOffload */ false); in ConstructJob() local
H A DClang.cpp4926 auto LTOMode = D.getLTOMode(IsDeviceOffloadAction); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp606 unsigned ParallelCodeGenParallelismLevel, LTOKind LTOMode) in LTO()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp714 driver::LTOKind LTOMode = llvm::StringSwitch<LTOKind>(LTOName) in parseLTOMode() local