LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::yaml::AArch64FunctionInfo Struct Referencefinal

#include "Target/AArch64/AArch64MachineFunctionInfo.h"

Inheritance diagram for llvm::yaml::AArch64FunctionInfo:
Inheritance graph
[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
 
virtual void mappingImpl (IO &YamlIO)
 

Public Attributes

std::optional< boolHasRedZone
 

Detailed Description

Definition at line 499 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.

◆ ~AArch64FunctionInfo()

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

Member Function Documentation

◆ mappingImpl()

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

Definition at line 30 of file AArch64MachineFunctionInfo.cpp.

References YamlIO.

Member Data Documentation

◆ HasRedZone

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

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