LLVM 20.0.0git
|
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< ArgRegPair > | ArgForwardingRegs |
Serializable representation of CallSiteInfo.
Definition at line 461 of file MIRYamlMapping.h.
|
inline |
Definition at line 486 of file MIRYamlMapping.h.
References llvm::yaml::CallSiteInfo::MachineInstrLoc::BlockNum, CallLocation, llvm::yaml::CallSiteInfo::MachineInstrLoc::Offset, and llvm::Other.
std::vector<ArgRegPair> llvm::yaml::CallSiteInfo::ArgForwardingRegs |
Definition at line 484 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convertCallSiteObjects(), and llvm::yaml::MappingTraits< CallSiteInfo >::mapping().
MachineInstrLoc llvm::yaml::CallSiteInfo::CallLocation |
Definition at line 483 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convertCallSiteObjects(), llvm::yaml::MappingTraits< CallSiteInfo >::mapping(), and operator==().