|
LLVM 23.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 489 of file MIRYamlMapping.h.
|
inline |
Definition at line 493 of file MIRYamlMapping.h.
References BlockNum, Offset, and llvm::Other.
| unsigned llvm::yaml::MachineInstrLoc::BlockNum |
Definition at line 490 of file MIRYamlMapping.h.
Referenced by convertCallSiteObjects(), llvm::MIRParserImpl::initializeCallSiteInfo(), llvm::yaml::MappingTraits< CalledGlobal >::mapping(), llvm::yaml::MappingTraits< CallSiteInfo >::mapping(), operator==(), and llvm::MIRParserImpl::parseCalledGlobals().
| unsigned llvm::yaml::MachineInstrLoc::Offset |
Definition at line 491 of file MIRYamlMapping.h.
Referenced by convertCallSiteObjects(), llvm::MIRParserImpl::initializeCallSiteInfo(), llvm::yaml::MappingTraits< CalledGlobal >::mapping(), llvm::yaml::MappingTraits< CallSiteInfo >::mapping(), operator==(), and llvm::MIRParserImpl::parseCalledGlobals().