LLVM  3.7.0
Public Member Functions | List of all members
llvm::orc::SimpleCompiler Class Reference

Simple compile functor: Takes a single IR module and returns an ObjectFile. More...

#include <CompileUtils.h>

Public Member Functions

 SimpleCompiler (TargetMachine &TM)
 Construct a simple compile functor with the given target. More...
 
object::OwningBinary
< object::ObjectFile
operator() (Module &M) const
 Compile a Module to an ObjectFile. More...
 

Detailed Description

Simple compile functor: Takes a single IR module and returns an ObjectFile.

Definition at line 28 of file CompileUtils.h.

Constructor & Destructor Documentation

llvm::orc::SimpleCompiler::SimpleCompiler ( TargetMachine TM)
inline

Construct a simple compile functor with the given target.

Definition at line 31 of file CompileUtils.h.

Member Function Documentation

object::OwningBinary<object::ObjectFile> llvm::orc::SimpleCompiler::operator() ( Module M) const
inline

The documentation for this class was generated from the following file: