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

#include "Target/AArch64/AArch64MachineFunctionInfo.h"

Public Types

using LOHArgs = ArrayRef< const MachineInstr * >
 

Public Member Functions

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

Detailed Description

Definition at line 400 of file AArch64MachineFunctionInfo.h.

Member Typedef Documentation

◆ LOHArgs

Definition at line 407 of file AArch64MachineFunctionInfo.h.

Constructor & Destructor Documentation

◆ MILOHDirective()

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

Definition at line 409 of file AArch64MachineFunctionInfo.h.

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

Member Function Documentation

◆ getArgs()

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

Definition at line 415 of file AArch64MachineFunctionInfo.h.

◆ getKind()

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

Definition at line 414 of file AArch64MachineFunctionInfo.h.


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