LLVM 19.0.0git
Public Member Functions | List of all members
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:
Inheritance graph
[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 704 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

Definition at line 706 of file MIRYamlMapping.h.


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