|
LLVM 23.0.0git
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
| bool | operator== (const ArgRegPair &Other) const |
Public Attributes | |
| StringValue | Reg |
| uint16_t | ArgNo |
Definition at line 487 of file MIRYamlMapping.h.
|
inline |
Definition at line 491 of file MIRYamlMapping.h.
References ArgNo, llvm::Other, and Reg.
| uint16_t llvm::yaml::CallSiteInfo::ArgRegPair::ArgNo |
Definition at line 489 of file MIRYamlMapping.h.
Referenced by convertCallSiteObjects(), llvm::yaml::MappingTraits< CallSiteInfo::ArgRegPair >::mapping(), and operator==().
| StringValue llvm::yaml::CallSiteInfo::ArgRegPair::Reg |
Definition at line 488 of file MIRYamlMapping.h.
Referenced by convertCallSiteObjects(), llvm::yaml::MappingTraits< CallSiteInfo::ArgRegPair >::mapping(), and operator==().