LLVM: llvm::yaml::FunctionYAML Struct Reference (original) (raw)

Public Attributes
std::string name
std::vector< CallSiteYAML > callsites

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.

Referenced by llvm::yaml::MappingTraits< FunctionYAML >::mapping().

name

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

Definition at line 115 of file CallSiteInfo.cpp.

Referenced by llvm::yaml::MappingTraits< FunctionYAML >::mapping().


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