LLVM 23.0.0git
llvm::abi::ArgEntry Struct Reference

#include "llvm/ABI/FunctionInfo.h"

Public Member Functions

 ArgEntry (const Type *T)
 ArgEntry (const Type *T, ArgInfo A)

Public Attributes

const TypeABIType
ArgInfo Info

Detailed Description

Definition at line 195 of file FunctionInfo.h.

Constructor & Destructor Documentation

◆ ArgEntry() [1/2]

llvm::abi::ArgEntry::ArgEntry ( const Type * T)
inline

Definition at line 199 of file FunctionInfo.h.

References ABIType, Info, and T.

◆ ArgEntry() [2/2]

llvm::abi::ArgEntry::ArgEntry ( const Type * T,
ArgInfo A )
inline

Definition at line 200 of file FunctionInfo.h.

References A(), ABIType, Info, and T.

Member Data Documentation

◆ ABIType

const Type* llvm::abi::ArgEntry::ABIType

Definition at line 196 of file FunctionInfo.h.

Referenced by ArgEntry(), and ArgEntry().

◆ Info

ArgInfo llvm::abi::ArgEntry::Info

Definition at line 197 of file FunctionInfo.h.

Referenced by ArgEntry(), and ArgEntry().


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