LLVM 22.0.0git
llvm::yaml::FunctionYAML Struct Reference

Public Attributes

std::string name
std::vector< CallSiteYAMLcallsites

Detailed Description

Definition at line 114 of file CallSiteInfo.cpp.

Member Data Documentation

◆ callsites

std::vector<CallSiteYAML> llvm::yaml::FunctionYAML::callsites

Definition at line 116 of file CallSiteInfo.cpp.

◆ name

std::string llvm::yaml::FunctionYAML::name

Definition at line 115 of file CallSiteInfo.cpp.


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