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_tStackSizeZPR
std::optional< uint64_tStackSizePPR
std::optional< boolHasStackFrame

Detailed Description

Definition at line 643 of file AArch64MachineFunctionInfo.h.

Constructor & Destructor Documentation

◆ AArch64FunctionInfo() [1/2]

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

Referenced by AArch64FunctionInfo().

◆ AArch64FunctionInfo() [2/2]

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

◆ ~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 45 of file AArch64MachineFunctionInfo.cpp.

Member Data Documentation

◆ HasRedZone

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

◆ HasStackFrame

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

◆ StackSizePPR

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

◆ StackSizeZPR

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

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