LLVM 20.0.0git
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
bool | operator== (const CalledGlobal &Other) const |
Public Attributes | |
MachineInstrLoc | CallSite |
StringValue | Callee |
unsigned | Flags |
Definition at line 598 of file MIRYamlMapping.h.
|
inline |
Definition at line 603 of file MIRYamlMapping.h.
References Callee, CallSite, Flags, and llvm::Other.
StringValue llvm::yaml::CalledGlobal::Callee |
Definition at line 600 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().
MachineInstrLoc llvm::yaml::CalledGlobal::CallSite |
Definition at line 599 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().
unsigned llvm::yaml::CalledGlobal::Flags |
Definition at line 601 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().