LLVM  4.0.0
Public Member Functions | Static Public Attributes | List of all members
llvm::orc::OrcGenericABI::IndirectStubsInfo Class Reference

#include <OrcABISupport.h>

Collaboration diagram for llvm::orc::OrcGenericABI::IndirectStubsInfo:
[legend]

Public Member Functions

unsigned getNumStubs () const
 
void * getStub (unsigned Idx) const
 
void ** getPtr (unsigned Idx) const
 

Static Public Attributes

static const unsigned StubSize = 1
 

Detailed Description

Definition at line 55 of file OrcABISupport.h.

Member Function Documentation

unsigned llvm::orc::OrcGenericABI::IndirectStubsInfo::getNumStubs ( ) const
inline

Definition at line 58 of file OrcABISupport.h.

References llvm_unreachable.

void** llvm::orc::OrcGenericABI::IndirectStubsInfo::getPtr ( unsigned  Idx) const
inline

Definition at line 60 of file OrcABISupport.h.

References llvm_unreachable.

void* llvm::orc::OrcGenericABI::IndirectStubsInfo::getStub ( unsigned  Idx) const
inline

Definition at line 59 of file OrcABISupport.h.

References llvm_unreachable.

Member Data Documentation

const unsigned llvm::orc::OrcGenericABI::IndirectStubsInfo::StubSize = 1
static

Definition at line 57 of file OrcABISupport.h.


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