LLVM: llvm::yaml::CallSiteInfo::ArgRegPair Struct Reference (original) (raw)
#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| bool | operator== (const ArgRegPair &Other) const |
| Public Attributes | |
|---|---|
| StringValue | Reg |
| uint16_t | ArgNo |
Detailed Description
Definition at line 476 of file MIRYamlMapping.h.
Member Function Documentation
◆ operator==()
| bool llvm::yaml::CallSiteInfo::ArgRegPair::operator== ( const ArgRegPair & Other) const | inline |
|---|
Definition at line 480 of file MIRYamlMapping.h.
References ArgNo, llvm::Other, and Reg.
Member Data Documentation
◆ ArgNo
uint16_t llvm::yaml::CallSiteInfo::ArgRegPair::ArgNo
Definition at line 478 of file MIRYamlMapping.h.
Referenced by convertCallSiteObjects(), llvm::yaml::MappingTraits< CallSiteInfo::ArgRegPair >::mapping(), and operator==().
◆ Reg
StringValue llvm::yaml::CallSiteInfo::ArgRegPair::Reg
Definition at line 477 of file MIRYamlMapping.h.
Referenced by convertCallSiteObjects(), llvm::yaml::MappingTraits< CallSiteInfo::ArgRegPair >::mapping(), and operator==().
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/MIRYamlMapping.h