LLVM API Documentation
#include <Action.h>

Public Member Functions | |
| Action (const std::string &C, const StrVector &A, bool S, const std::string &O) | |
| int | Execute () const |
| Execute - Executes the represented action. | |
| bool | StopCompilation () const |
| const std::string & | OutFile () |
Definition at line 25 of file Action.h.
| llvmc::Action::Action | ( | const std::string & | C, | |
| const StrVector & | A, | |||
| bool | S, | |||
| const std::string & | O | |||
| ) | [inline] |
| int llvmc::Action::Execute | ( | ) | const |
Execute - Executes the represented action.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.