LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::object::coff_aux_weak_external Struct Reference

#include <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 Unused [10]
 

Detailed Description

Definition at line 207 of file Object/COFF.h.

Member Data Documentation

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

Definition at line 209 of file Object/COFF.h.

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

Definition at line 208 of file Object/COFF.h.

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

Definition at line 210 of file Object/COFF.h.


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