Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp181 static cl::opt<std::string> UnifiedLTOMode("unified-lto", cl::Optional, variable
379 if (UnifiedLTOMode == "full") { in run()
381 } else if (UnifiedLTOMode == "thin") { in run()
383 } else if (UnifiedLTOMode == "default") { in run()
385 } else if (!UnifiedLTOMode.empty()) { in run()