LLVM 19.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
llvm::yaml::CallSiteInfo Struct Reference

Serializable representation of CallSiteInfo. More...

#include "llvm/CodeGen/MIRYamlMapping.h"

Classes

struct  ArgRegPair
 
struct  MachineInstrLoc
 Identifies call instruction location in machine function. More...
 

Public Member Functions

bool operator== (const CallSiteInfo &Other) const
 

Public Attributes

MachineInstrLoc CallLocation
 
std::vector< ArgRegPairArgForwardingRegs
 

Detailed Description

Serializable representation of CallSiteInfo.

Definition at line 458 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::CallSiteInfo::operator== ( const CallSiteInfo Other) const
inline

Member Data Documentation

◆ ArgForwardingRegs

std::vector<ArgRegPair> llvm::yaml::CallSiteInfo::ArgForwardingRegs

◆ CallLocation

MachineInstrLoc llvm::yaml::CallSiteInfo::CallLocation

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