Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp355 LTO::LTOKind LTOMode = LTO::LTOK_Default; run() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h440 LTOKind LTOMode; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp719 LTOKind LTOMode = D.getLTOMode(/* IsOffload */ false); ConstructJob() local
H A DClang.cpp4688 auto LTOMode = D.getLTOMode(IsDeviceOffloadAction); ConstructJob() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h117 LTOKind LTOMode; variable
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp592 LTO(Config Conf,ThinBackend Backend,unsigned ParallelCodeGenParallelismLevel,LTOKind LTOMode) LTO() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp700 driver::LTOKind LTOMode = llvm::StringSwitch<LTOKind>(LTOName) parseLTOMode() local