|
LLVM 23.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 614 of file MIRYamlMapping.h.
|
inline |
Definition at line 619 of file MIRYamlMapping.h.
References Callee, CallSite, Flags, and llvm::Other.
| StringValue llvm::yaml::CalledGlobal::Callee |
Definition at line 616 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().
| MachineInstrLoc llvm::yaml::CalledGlobal::CallSite |
Definition at line 615 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().
| unsigned llvm::yaml::CalledGlobal::Flags |
Definition at line 617 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().