LLVM 22.0.0git
llvm::yaml::CalledGlobal Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const CalledGlobal &Other) const

Public Attributes

MachineInstrLoc CallSite
StringValue Callee
unsigned Flags

Detailed Description

Definition at line 601 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::CalledGlobal::operator== ( const CalledGlobal & Other) const
inline

Definition at line 606 of file MIRYamlMapping.h.

References Callee, CallSite, Flags, and llvm::Other.

Member Data Documentation

◆ Callee

StringValue llvm::yaml::CalledGlobal::Callee

◆ CallSite

MachineInstrLoc llvm::yaml::CalledGlobal::CallSite

◆ Flags

unsigned llvm::yaml::CalledGlobal::Flags

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