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

#include <LLVMIRFunction.h>

Inheritance diagram for proteus::LLVMIRFunction:
Inheritance graph
[legend]
Collaboration diagram for proteus::LLVMIRFunction:
Collaboration graph
[legend]

Public Member Functions

 LLVMIRFunction (llvm::Function *F)
 
- Public Member Functions inherited from proteus::IRFunction
virtual ~IRFunction ()=default
 

Public Attributes

llvm::Function * F
 

Detailed Description

LLVM-backend implementation of IRFunction. Carries the raw llvm::Function pointer.

Constructor & Destructor Documentation

◆ LLVMIRFunction()

proteus::LLVMIRFunction::LLVMIRFunction ( llvm::Function *  F)
inlineexplicit

Member Data Documentation

◆ F

llvm::Function* proteus::LLVMIRFunction::F

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