LLVM  4.0.0
Public Attributes | List of all members
llvm::object::coff_aux_function_definition Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::object::coff_aux_function_definition:
[legend]

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 441 of file Object/COFF.h.

Member Data Documentation

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

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

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

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

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

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

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

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

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

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


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