LLVM: llvm::yaml::MachineFunctionInfo Struct Reference (original) (raw)

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

#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"

Inheritance diagram for llvm::yaml::MachineFunctionInfo:

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 777 of file MIRYamlMapping.h.

Constructor & Destructor Documentation

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: