LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::coff_aux_bf_and_ef_symbol Struct Reference

#include "llvm/Object/COFF.h"

Public Attributes

char Unused1 [4]
 
support::ulittle16_t Linenumber
 
char Unused2 [6]
 
support::ulittle32_t PointerToNextFunction
 
char Unused3 [2]
 

Detailed Description

Definition at line 491 of file COFF.h.

Member Data Documentation

◆ Linenumber

support::ulittle16_t llvm::object::coff_aux_bf_and_ef_symbol::Linenumber

Definition at line 493 of file COFF.h.

◆ PointerToNextFunction

support::ulittle32_t llvm::object::coff_aux_bf_and_ef_symbol::PointerToNextFunction

Definition at line 495 of file COFF.h.

◆ Unused1

char llvm::object::coff_aux_bf_and_ef_symbol::Unused1[4]

Definition at line 492 of file COFF.h.

◆ Unused2

char llvm::object::coff_aux_bf_and_ef_symbol::Unused2[6]

Definition at line 494 of file COFF.h.

◆ Unused3

char llvm::object::coff_aux_bf_and_ef_symbol::Unused3[2]

Definition at line 496 of file COFF.h.


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