Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp63 cl::opt<OutputType> SafeInterpreterSel( variable
209 switch (SafeInterpreterSel) { in initializeExecutionEnvironment()
213 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment()
218 SafeInterpreterSel = AutoPick; in initializeExecutionEnvironment()
227 SafeInterpreterSel == RunLLCIA); in initializeExecutionEnvironment()