LLVM  4.0.0
Public Types | Public Member Functions | List of all members
llvm::AArch64FunctionInfo::MILOHDirective Class Reference

#include <AArch64MachineFunctionInfo.h>

Public Types

typedef ArrayRef< const
MachineInstr * > 
LOHArgs
 

Public Member Functions

 MILOHDirective (MCLOHType Kind, LOHArgs Args)
 
MCLOHType getKind () const
 
LOHArgs getArgs () const
 

Detailed Description

Definition at line 153 of file AArch64MachineFunctionInfo.h.

Member Typedef Documentation

Definition at line 160 of file AArch64MachineFunctionInfo.h.

Constructor & Destructor Documentation

llvm::AArch64FunctionInfo::MILOHDirective::MILOHDirective ( MCLOHType  Kind,
LOHArgs  Args 
)
inline

Definition at line 162 of file AArch64MachineFunctionInfo.h.

References assert(), and llvm::isValidMCLOHType().

Member Function Documentation

LOHArgs llvm::AArch64FunctionInfo::MILOHDirective::getArgs ( ) const
inline

Definition at line 168 of file AArch64MachineFunctionInfo.h.

MCLOHType llvm::AArch64FunctionInfo::MILOHDirective::getKind ( ) const
inline

Definition at line 167 of file AArch64MachineFunctionInfo.h.


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