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

#include "llvm/ExecutionEngine/Orc/OrcABISupport.h"

Collaboration diagram for llvm::orc::OrcGenericABI::IndirectStubsInfo:
Collaboration graph
[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 58 of file OrcABISupport.h.

Member Function Documentation

◆ getNumStubs()

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

Definition at line 62 of file OrcABISupport.h.

References llvm_unreachable.

◆ getPtr()

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

Definition at line 64 of file OrcABISupport.h.

References llvm_unreachable.

◆ getStub()

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

Definition at line 63 of file OrcABISupport.h.

References llvm_unreachable.

Member Data Documentation

◆ StubSize

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

Definition at line 60 of file OrcABISupport.h.


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