struct MachineFunctionInfo

Declaration

struct MachineFunctionInfo { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/CodeGen/MIRYamlMapping.h:676

Method Overview

Methods

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

Declared at: llvm/include/llvm/CodeGen/MIRYamlMapping.h:678

Parameters

llvm::yaml::IO& YamlIO

virtual ~MachineFunctionInfo()

Declared at: llvm/include/llvm/CodeGen/MIRYamlMapping.h:677