LLVM 22.0.0git
llvm::yaml::AArch64FunctionInfo Struct Referencefinal

#include "Target/AArch64/AArch64MachineFunctionInfo.h"

Inheritance diagram for llvm::yaml::AArch64FunctionInfo:
[legend]

Public Member Functions

 AArch64FunctionInfo ()=default
 AArch64FunctionInfo (const llvm::AArch64FunctionInfo &MFI)
void mappingImpl (yaml::IO &YamlIO) override
 ~AArch64FunctionInfo ()=default
Public Member Functions inherited from llvm::yaml::MachineFunctionInfo
virtual ~MachineFunctionInfo ()=default

Public Attributes

std::optional< boolHasRedZone
std::optional< uint64_tStackSizeSVE
std::optional< boolHasStackFrame

Detailed Description

Definition at line 612 of file AArch64MachineFunctionInfo.h.

Constructor & Destructor Documentation

◆ AArch64FunctionInfo() [1/2]

llvm::yaml::AArch64FunctionInfo::AArch64FunctionInfo ( )
default

◆ AArch64FunctionInfo() [2/2]

yaml::AArch64FunctionInfo::AArch64FunctionInfo ( const llvm::AArch64FunctionInfo & MFI)

Definition at line 26 of file AArch64MachineFunctionInfo.cpp.

References HasRedZone, HasStackFrame, and StackSizeSVE.

◆ ~AArch64FunctionInfo()

llvm::yaml::AArch64FunctionInfo::~AArch64FunctionInfo ( )
default

Member Function Documentation

◆ mappingImpl()

void yaml::AArch64FunctionInfo::mappingImpl ( yaml::IO & YamlIO)
overridevirtual

Reimplemented from llvm::yaml::MachineFunctionInfo.

Definition at line 36 of file AArch64MachineFunctionInfo.cpp.

Member Data Documentation

◆ HasRedZone

std::optional<bool> llvm::yaml::AArch64FunctionInfo::HasRedZone

◆ HasStackFrame

std::optional<bool> llvm::yaml::AArch64FunctionInfo::HasStackFrame

◆ StackSizeSVE

std::optional<uint64_t> llvm::yaml::AArch64FunctionInfo::StackSizeSVE

The documentation for this struct was generated from the following files: