LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::TargetJITInfo::StubLayout Struct Reference

Records the required size and alignment for a call stub in bytes. More...

#include <TargetJITInfo.h>

Collaboration diagram for llvm::TargetJITInfo::StubLayout:
Collaboration graph
[legend]

Public Attributes

size_t Size
 
size_t Alignment
 

Detailed Description

Records the required size and alignment for a call stub in bytes.

Definition at line 54 of file TargetJITInfo.h.

Member Data Documentation

size_t llvm::TargetJITInfo::StubLayout::Alignment

Definition at line 56 of file TargetJITInfo.h.

size_t llvm::TargetJITInfo::StubLayout::Size

Definition at line 55 of file TargetJITInfo.h.


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