LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CallSiteEntry Struct Reference

CallSiteEntry - Structure describing an entry in the call-site table. More...

Collaboration diagram for CallSiteEntry:

Collaboration graph
[legend]
List of all members.

Public Attributes

unsigned BeginLabel
unsigned EndLabel
unsigned PadLabel
unsigned Action

Detailed Description

CallSiteEntry - Structure describing an entry in the call-site table.

Definition at line 204 of file JITDwarfEmitter.cpp.


Member Data Documentation

unsigned CallSiteEntry::Action
 

Definition at line 208 of file JITDwarfEmitter.cpp.

unsigned CallSiteEntry::BeginLabel
 

Definition at line 205 of file JITDwarfEmitter.cpp.

unsigned CallSiteEntry::EndLabel
 

Definition at line 206 of file JITDwarfEmitter.cpp.

unsigned CallSiteEntry::PadLabel
 

Definition at line 207 of file JITDwarfEmitter.cpp.


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


This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.