LLVM 20.0.0git
Public Attributes | List of all members
AllocFnsTy Struct Reference

Public Attributes

AllocType AllocTy
 
unsigned NumParams
 
int FstParam
 
int SndParam
 
int AlignParam
 
MallocFamily Family
 

Detailed Description

Definition at line 104 of file MemoryBuiltins.cpp.

Member Data Documentation

◆ AlignParam

int AllocFnsTy::AlignParam

Definition at line 110 of file MemoryBuiltins.cpp.

◆ AllocTy

AllocType AllocFnsTy::AllocTy

Definition at line 105 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().

◆ Family

MallocFamily AllocFnsTy::Family

Definition at line 112 of file MemoryBuiltins.cpp.

◆ FstParam

int AllocFnsTy::FstParam

Definition at line 108 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().

◆ NumParams

unsigned AllocFnsTy::NumParams

Definition at line 106 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().

◆ SndParam

int AllocFnsTy::SndParam

Definition at line 108 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().


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