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

#include "llvm/Object/COFF.h"

Collaboration diagram for llvm::object::coff_aux_weak_external:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 500 of file COFF.h.

Member Data Documentation

◆ Characteristics

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

Definition at line 502 of file COFF.h.

◆ TagIndex

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

Definition at line 501 of file COFF.h.

◆ Unused1

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

Definition at line 503 of file COFF.h.


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