Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp144 SafeInterpreter = nullptr; in initializeExecutionEnvironment()
215 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
225 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
230 SafeInterpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
238 if (!SafeInterpreter && InterpreterSel != CompileCustom) { in initializeExecutionEnvironment()
372 return executeProgram(Program, OutputFile, "", "", SafeInterpreter); in executeProgramSafely()
382 SafeInterpreter->OutputCode(BitcodeFile, OutputFile); in compileSharedObject()
406 if (Interpreter != SafeInterpreter) { in createReferenceFile()
H A DBugDriver.cpp81 Program(nullptr), Interpreter(nullptr), SafeInterpreter(nullptr), in BugDriver()
86 if (Interpreter != SafeInterpreter) in ~BugDriver()
88 delete SafeInterpreter; in ~BugDriver()
H A DBugDriver.h55 AbstractInterpreter *SafeInterpreter; // To generate reference output, etc. variable
137 Interpreter = (AbstractInterpreter *)SafeInterpreter; in switchToSafeInterpreter()
H A DMiscompilation.cpp1012 if ((void *)SafeInterpreter == (void *)Interpreter) { in debugCodeGenerator()