clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CodeGenModule::Structor Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenModule.h"

Public Member Functions

 Structor ()
 
 Structor (int Priority, unsigned LexOrder, llvm::Constant *Initializer, llvm::Constant *AssociatedData)
 

Public Attributes

int Priority
 
unsigned LexOrder
 
llvm::Constant * Initializer
 
llvm::Constant * AssociatedData
 

Detailed Description

Definition at line 285 of file CodeGenModule.h.

Constructor & Destructor Documentation

◆ Structor() [1/2]

clang::CodeGen::CodeGenModule::Structor::Structor ( )
inline

Definition at line 286 of file CodeGenModule.h.

◆ Structor() [2/2]

clang::CodeGen::CodeGenModule::Structor::Structor ( int  Priority,
unsigned  LexOrder,
llvm::Constant *  Initializer,
llvm::Constant *  AssociatedData 
)
inline

Definition at line 289 of file CodeGenModule.h.

Member Data Documentation

◆ AssociatedData

llvm::Constant* clang::CodeGen::CodeGenModule::Structor::AssociatedData

Definition at line 296 of file CodeGenModule.h.

◆ Initializer

llvm::Constant* clang::CodeGen::CodeGenModule::Structor::Initializer

Definition at line 295 of file CodeGenModule.h.

◆ LexOrder

unsigned clang::CodeGen::CodeGenModule::Structor::LexOrder

Definition at line 294 of file CodeGenModule.h.

Referenced by clang::CodeGen::CodeGenModule::Release().

◆ Priority

int clang::CodeGen::CodeGenModule::Structor::Priority

Definition at line 293 of file CodeGenModule.h.


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