LLVM 20.0.0git
Public Attributes | List of all members
llvm::yaml::FunctionYAML Struct Reference

Public Attributes

std::string name
 
std::vector< CallSiteYAMLcallsites
 

Detailed Description

Definition at line 116 of file CallSiteInfo.cpp.

Member Data Documentation

◆ callsites

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

Definition at line 118 of file CallSiteInfo.cpp.

◆ name

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

Definition at line 117 of file CallSiteInfo.cpp.


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