LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::MachineCodeInfo Class Reference

#include <MachineCodeInfo.h>

Public Member Functions

 MachineCodeInfo ()
 
void setSize (size_t s)
 
void setAddress (void *a)
 
size_t size () const
 
void * address () const
 

Detailed Description

Definition at line 24 of file MachineCodeInfo.h.

Constructor & Destructor Documentation

llvm::MachineCodeInfo::MachineCodeInfo ( )
inline

Definition at line 30 of file MachineCodeInfo.h.

Member Function Documentation

void* llvm::MachineCodeInfo::address ( ) const
inline

Definition at line 44 of file MachineCodeInfo.h.

void llvm::MachineCodeInfo::setAddress ( void *  a)
inline

Definition at line 36 of file MachineCodeInfo.h.

Referenced by llvm::JIT::runJITOnFunction().

void llvm::MachineCodeInfo::setSize ( size_t  s)
inline

Definition at line 32 of file MachineCodeInfo.h.

Referenced by llvm::JIT::runJITOnFunction().

size_t llvm::MachineCodeInfo::size ( ) const
inline

Definition at line 40 of file MachineCodeInfo.h.


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