LLVM 22.0.0git
llvm::yaml::MachineFunctionInfo Struct Reference

Targets should override this in a way that mirrors the implementation of llvm::MachineFunctionInfo. More...

#include "llvm/CodeGen/MIRYamlMapping.h"

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

Public Member Functions

virtual ~MachineFunctionInfo ()=default
virtual void mappingImpl (IO &YamlIO)

Detailed Description

Targets should override this in a way that mirrors the implementation of llvm::MachineFunctionInfo.

Definition at line 758 of file MIRYamlMapping.h.

Constructor & Destructor Documentation

◆ ~MachineFunctionInfo()

virtual llvm::yaml::MachineFunctionInfo::~MachineFunctionInfo ( )
virtualdefault

Member Function Documentation

◆ mappingImpl()

virtual void llvm::yaml::MachineFunctionInfo::mappingImpl ( IO & YamlIO)
inlinevirtual

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