LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::AbstractInterpreter Member List

This is the complete list of members for llvm::AbstractInterpreter, including all inherited members.

compileProgram(const std::string &Bytecode)llvm::AbstractInterpreter [inline, virtual]
createCBE(const std::string &ProgramPath, std::string &Message, const std::vector< std::string > *Args=0)llvm::AbstractInterpreter [static]
createJIT(const std::string &ProgramPath, std::string &Message, const std::vector< std::string > *Args=0)llvm::AbstractInterpreter [static]
createLLC(const std::string &ProgramPath, std::string &Message, const std::vector< std::string > *Args=0)llvm::AbstractInterpreter [static]
createLLI(const std::string &ProgramPath, std::string &Message, const std::vector< std::string > *Args=0)llvm::AbstractInterpreter [static]
ExecuteProgram(const std::string &Bytecode, const std::vector< std::string > &Args, const std::string &InputFile, const std::string &OutputFile, const std::vector< std::string > &SharedLibs=std::vector< std::string >(), unsigned Timeout=0)=0llvm::AbstractInterpreter [pure virtual]
~AbstractInterpreter()llvm::AbstractInterpreter [inline, virtual]