LLVM API Documentation
#include <AArch64MachineFunctionInfo.h>
Public Types | |
| typedef SmallVectorImpl< const MachineInstr * > | LOHArgs |
Public Member Functions | |
| MILOHDirective (MCLOHType Kind, const LOHArgs &Args) | |
| MCLOHType | getKind () const |
| const LOHArgs & | getArgs () const |
Definition at line 127 of file AArch64MachineFunctionInfo.h.
Definition at line 134 of file AArch64MachineFunctionInfo.h.
| llvm::AArch64FunctionInfo::MILOHDirective::MILOHDirective | ( | MCLOHType | Kind, |
| const LOHArgs & | Args | ||
| ) | [inline] |
Definition at line 136 of file AArch64MachineFunctionInfo.h.
References llvm::isValidMCLOHType().
| 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.