LLVM API Documentation
#include <ToolRunner.h>
Inheritance diagram for llvm::ToolExecutionError:
Public Member Functions | |
ToolExecutionError (const std::string &M) | |
virtual | ~ToolExecutionError () throw () |
virtual const char * | what () const throw () |
Definition at line 34 of file ToolRunner.h.
llvm::ToolExecutionError::ToolExecutionError | ( | const std::string & | M | ) | [inline, explicit] |
Definition at line 37 of file ToolRunner.h.
ToolExecutionError::~ToolExecutionError | ( | ) | throw () [virtual] |
Definition at line 25 of file ToolRunner.cpp.
virtual const char* llvm::ToolExecutionError::what | ( | ) | const throw () [inline, virtual] |
Definition at line 39 of file ToolRunner.h.