Allocate and return a default initialized instance of the YAML representation for the MachineFunctionInfo.

Synopsis

Declared in <llvm/Target/TargetMachine.h>

virtual
yaml::MachineFunctionInfo*
createDefaultFuncInfoYAML() const;

Return Value

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

Created with MrDocs