LLVM 19.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 480 of file COFF.h.

Member Data Documentation

◆ PointerToLinenumber

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

Definition at line 483 of file COFF.h.

◆ PointerToNextFunction

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

Definition at line 484 of file COFF.h.

◆ TagIndex

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

Definition at line 481 of file COFF.h.

◆ TotalSize

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

Definition at line 482 of file COFF.h.

◆ Unused1

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

Definition at line 485 of file COFF.h.


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