LLVM: llvm::yaml::CalledGlobal Struct Reference (original) (raw)

#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"

Public Member Functions
bool operator== (const CalledGlobal &Other) const
Public Attributes
MachineInstrLoc CallSite
StringValue Callee
unsigned Flags

Detailed Description

Definition at line 603 of file MIRYamlMapping.h.

Member Function Documentation

operator==()

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

Definition at line 608 of file MIRYamlMapping.h.

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

Member Data Documentation

Callee

StringValue llvm::yaml::CalledGlobal::Callee

Definition at line 605 of file MIRYamlMapping.h.

Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().

CallSite

MachineInstrLoc llvm::yaml::CalledGlobal::CallSite

Definition at line 604 of file MIRYamlMapping.h.

Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().

Flags

unsigned llvm::yaml::CalledGlobal::Flags

Definition at line 606 of file MIRYamlMapping.h.

Referenced by llvm::yaml::MappingTraits< CalledGlobal >::mapping(), and operator==().


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