LLVM 22.0.0git
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 497 of file AArch64MachineFunctionInfo.h.

Member Typedef Documentation

◆ LOHArgs

Constructor & Destructor Documentation

◆ MILOHDirective()

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

Definition at line 506 of file AArch64MachineFunctionInfo.h.

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

Member Function Documentation

◆ getArgs()

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

Definition at line 512 of file AArch64MachineFunctionInfo.h.

◆ getKind()

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

Definition at line 511 of file AArch64MachineFunctionInfo.h.


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