LLVM 20.0.0git
Public Attributes | List of all members
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 484 of file COFF.h.

Member Data Documentation

◆ PointerToLinenumber

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

Definition at line 487 of file COFF.h.

◆ PointerToNextFunction

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

Definition at line 488 of file COFF.h.

◆ TagIndex

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

Definition at line 485 of file COFF.h.

◆ TotalSize

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

Definition at line 486 of file COFF.h.

◆ Unused1

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

Definition at line 489 of file COFF.h.


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