LLVM: llvm::AsmPrinter::Structor Struct Reference (original) (raw)

llvm.global_ctors and llvm.global_dtors are arrays of Structor structs. More...

#include "[llvm/CodeGen/AsmPrinter.h](AsmPrinter%5F8h%5Fsource.html)"

Public Member Functions

Detailed Description

llvm.global_ctors and llvm.global_dtors are arrays of Structor structs.

Priority - init priority Func - global initialization or global clean-up function ComdatKey - associated data

Definition at line 534 of file AsmPrinter.h.

Constructor & Destructor Documentation

llvm::AsmPrinter::Structor::Structor ( ) default

Member Data Documentation

ComdatKey

GlobalValue* llvm::AsmPrinter::Structor::ComdatKey = nullptr

Func

Constant* llvm::AsmPrinter::Structor::Func = nullptr

Priority

int llvm::AsmPrinter::Structor::Priority = 0


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