Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DExecutionDriver.cpp36 CompileCustom, enumerator
55 clEnumValN(CompileCustom, "compile-custom",
191 case CompileCustom: in initializeExecutionEnvironment()
217 } else if (InterpreterSel != CompileCustom) { in initializeExecutionEnvironment()
238 if (!SafeInterpreter && InterpreterSel != CompileCustom) { in initializeExecutionEnvironment()