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

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t TagIndex
 
support::ulittle32_t Characteristics
 
char Unused1 [10]
 

Detailed Description

Definition at line 502 of file COFF.h.

Member Data Documentation

◆ Characteristics

support::ulittle32_t llvm::object::coff_aux_weak_external::Characteristics

Definition at line 504 of file COFF.h.

◆ TagIndex

support::ulittle32_t llvm::object::coff_aux_weak_external::TagIndex

Definition at line 503 of file COFF.h.

Referenced by llvm::jitlink::COFFLinkGraphBuilder::graphifySymbols().

◆ Unused1

char llvm::object::coff_aux_weak_external::Unused1[10]

Definition at line 505 of file COFF.h.


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