LLVM 20.0.0git
Public Attributes | List of all members
llvm::MachineFunction::CalledGlobalInfo Struct Reference

#include "llvm/CodeGen/MachineFunction.h"

Public Attributes

const GlobalValueCallee
 
unsigned TargetFlags
 

Detailed Description

Definition at line 492 of file MachineFunction.h.

Member Data Documentation

◆ Callee

const GlobalValue* llvm::MachineFunction::CalledGlobalInfo::Callee

Definition at line 493 of file MachineFunction.h.

Referenced by llvm::MachineFunction::addCalledGlobal().

◆ TargetFlags

unsigned llvm::MachineFunction::CalledGlobalInfo::TargetFlags

Definition at line 494 of file MachineFunction.h.


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