LLVM API Documentation
Records the required size and alignment for a call stub in bytes. More...
#include <TargetJITInfo.h>
Public Attributes | |
size_t | Size |
size_t | Alignment |
Records the required size and alignment for a call stub in bytes.
Definition at line 54 of file TargetJITInfo.h.
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.