LLVM 19.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 105 of file MemoryBuiltins.cpp.

Member Data Documentation

◆ AlignParam

int AllocFnsTy::AlignParam

Definition at line 111 of file MemoryBuiltins.cpp.

◆ AllocTy

AllocType AllocFnsTy::AllocTy

Definition at line 106 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().

◆ Family

MallocFamily AllocFnsTy::Family

Definition at line 113 of file MemoryBuiltins.cpp.

◆ FstParam

int AllocFnsTy::FstParam

Definition at line 109 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().

◆ NumParams

unsigned AllocFnsTy::NumParams

Definition at line 107 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().

◆ SndParam

int AllocFnsTy::SndParam

Definition at line 109 of file MemoryBuiltins.cpp.

Referenced by getAllocationDataForFunction().


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