|
LLVM 22.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 603 of file MIRYamlMapping.h.
|
inline |
Definition at line 608 of file MIRYamlMapping.h.
References Callee, CallSite, Flags, and llvm::Other.
| StringValue llvm::yaml::CalledGlobal::Callee |
Definition at line 605 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().
| MachineInstrLoc llvm::yaml::CalledGlobal::CallSite |
Definition at line 604 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().
| unsigned llvm::yaml::CalledGlobal::Flags |
Definition at line 606 of file MIRYamlMapping.h.
Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().