HomeSort by: relevance | last modified time | path
    Searched refs:thinlto (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 141 // Currently only affects ThinLTO, where the default is the max cores in the
155 // When the thinlto plugin option is specified, only read the function
157 // global index for the ThinLTO backends.
158 static bool thinlto = false; member in namespace:options
159 // If false, all ThinLTO backend compilations through code gen are performed
193 // Optional path to a directory for caching ThinLTO objects.
195 // Optional pruning policy for ThinLTO caches.
247 } else if (opt == "thinlto") {
248 thinlto = true;
249 } else if (opt == "thinlto-index-only")
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 73 IndexStats("thinlto-index-stats",
90 ThinLTO("thinlto", cl::init(false),
91 cl::desc("Only write combined global index for ThinLTO backends"));
106 "thinlto-action", cl::desc("Perform a single ThinLTO stage:"),
116 "Perform pre-import promotion (requires -thinlto-index)."),
119 "-thinlto-index)."),
122 "(requires -thinlto-index)."),
123 clEnumValN(THINOPT, "optimize", "Perform ThinLTO optimizations.")
488 namespace thinlto { namespace
    [all...]

Completed in 68 milliseconds