LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::yaml::CallSiteInfo::MachineInstrLoc Struct Reference

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
 

Detailed Description

Identifies call instruction location in machine function.

Definition at line 471 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::CallSiteInfo::MachineInstrLoc::operator== ( const MachineInstrLoc Other) const
inline

Definition at line 475 of file MIRYamlMapping.h.

References BlockNum, Offset, and llvm::Other.

Member Data Documentation

◆ BlockNum

unsigned llvm::yaml::CallSiteInfo::MachineInstrLoc::BlockNum

◆ Offset

unsigned llvm::yaml::CallSiteInfo::MachineInstrLoc::Offset

The documentation for this struct was generated from the following file: