Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | List of all members
proteus::IRFunction Class Reference

#include <IRFunction.h>

Inheritance diagram for proteus::IRFunction:
Inheritance graph
[legend]

Public Member Functions

virtual ~IRFunction ()=default
 

Detailed Description

Opaque function handle returned by CodeBuilder::addFunction. Backend implementations subclass this to carry the concrete function pointer (e.g. llvm::Function *).

Constructor & Destructor Documentation

◆ ~IRFunction()

virtual proteus::IRFunction::~IRFunction ( )
virtualdefault

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