Searched refs:SafeInterpreter (Results 1 – 4 of 4) sorted by relevance
144 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()
81 Program(nullptr), Interpreter(nullptr), SafeInterpreter(nullptr), in BugDriver()86 if (Interpreter != SafeInterpreter) in ~BugDriver()88 delete SafeInterpreter; in ~BugDriver()
55 AbstractInterpreter *SafeInterpreter; // To generate reference output, etc. variable137 Interpreter = (AbstractInterpreter *)SafeInterpreter; in switchToSafeInterpreter()
1012 if ((void *)SafeInterpreter == (void *)Interpreter) { in debugCodeGenerator()