Searched refs:CustomExecutor (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DToolRunner.cpp333 class CustomExecutor : public AbstractInterpreter { class in namespace:__anon14837
337 CustomExecutor(const std::string &ExecutionCmd, function in class:__anon14837::CustomExecutor
354 int CustomExecutor::ExecuteProgram(const std::string &Bitcode,
452 return new CustomExecutor(CmdPath, Args);
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DToolRunner.cpp320 class CustomExecutor : public AbstractInterpreter { class in namespace:__anon23130
324 CustomExecutor( function in class:__anon23130::CustomExecutor
341 int CustomExecutor::ExecuteProgram(const std::string &Bitcode,
438 return new CustomExecutor(CmdPath, Args);

Completed in 415 milliseconds