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

#include <AArch64MachineFunctionInfo.h>

Public Types

typedef SmallVectorImpl< const
MachineInstr * > 
LOHArgs
 

Public Member Functions

 MILOHDirective (MCLOHType Kind, const LOHArgs &Args)
 
MCLOHType getKind () const
 
const LOHArgsgetArgs () const
 

Detailed Description

Definition at line 127 of file AArch64MachineFunctionInfo.h.

Member Typedef Documentation

Definition at line 134 of file AArch64MachineFunctionInfo.h.

Constructor & Destructor Documentation

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

Definition at line 136 of file AArch64MachineFunctionInfo.h.

References llvm::isValidMCLOHType().

Member Function Documentation

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

Definition at line 142 of file AArch64MachineFunctionInfo.h.

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

Definition at line 141 of file AArch64MachineFunctionInfo.h.


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