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
Default YAML MachineFunctionInfo, or nullptr if unsupported.
Created with MrDocs