LLVM 20.0.0git
|
Identifies call instruction location in machine function. More...
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
bool | operator== (const MachineInstrLoc &Other) const |
Public Attributes | |
unsigned | BlockNum |
unsigned | Offset |
Identifies call instruction location in machine function.
Definition at line 471 of file MIRYamlMapping.h.
|
inline |
Definition at line 475 of file MIRYamlMapping.h.
References BlockNum, Offset, and llvm::Other.
unsigned llvm::yaml::CallSiteInfo::MachineInstrLoc::BlockNum |
Definition at line 472 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convertCallSiteObjects(), llvm::MIRParserImpl::initializeCallSiteInfo(), llvm::yaml::MappingTraits< CallSiteInfo >::mapping(), llvm::yaml::CallSiteInfo::operator==(), and operator==().
unsigned llvm::yaml::CallSiteInfo::MachineInstrLoc::Offset |
Definition at line 473 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convertCallSiteObjects(), llvm::MIRParserImpl::initializeCallSiteInfo(), llvm::yaml::MappingTraits< CallSiteInfo >::mapping(), llvm::yaml::CallSiteInfo::operator==(), and operator==().