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

#include "Target/ARM/ARMMachineFunctionInfo.h"

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

Public Member Functions

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

Public Attributes

bool LRSpilled

Detailed Description

Definition at line 308 of file ARMMachineFunctionInfo.h.

Constructor & Destructor Documentation

◆ ARMFunctionInfo() [1/2]

llvm::yaml::ARMFunctionInfo::ARMFunctionInfo ( )
default

◆ ARMFunctionInfo() [2/2]

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

Definition at line 16 of file ARMMachineFunctionInfo.cpp.

References isLRSpilled(), and LRSpilled.

◆ ~ARMFunctionInfo()

llvm::yaml::ARMFunctionInfo::~ARMFunctionInfo ( )
default

Member Function Documentation

◆ mappingImpl()

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

Reimplemented from llvm::yaml::MachineFunctionInfo.

Definition at line 19 of file ARMMachineFunctionInfo.cpp.

Member Data Documentation

◆ LRSpilled


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