LLVM 22.0.0git
llvm::object::coff_aux_function_definition Struct Reference

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t TagIndex
support::ulittle32_t TotalSize
support::ulittle32_t PointerToLinenumber
support::ulittle32_t PointerToNextFunction
char Unused1 [2]

Detailed Description

Definition at line 489 of file COFF.h.

Member Data Documentation

◆ PointerToLinenumber

support::ulittle32_t llvm::object::coff_aux_function_definition::PointerToLinenumber

Definition at line 492 of file COFF.h.

◆ PointerToNextFunction

support::ulittle32_t llvm::object::coff_aux_function_definition::PointerToNextFunction

Definition at line 493 of file COFF.h.

◆ TagIndex

support::ulittle32_t llvm::object::coff_aux_function_definition::TagIndex

Definition at line 490 of file COFF.h.

◆ TotalSize

support::ulittle32_t llvm::object::coff_aux_function_definition::TotalSize

Definition at line 491 of file COFF.h.

◆ Unused1

char llvm::object::coff_aux_function_definition::Unused1[2]

Definition at line 494 of file COFF.h.


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