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

#include "llvm/Object/XCOFFObjectFile.h"

Public Attributes

support::ubig32_t SectionLength
 
support::ubig16_t NumberOfRelocEnt
 
support::ubig16_t NumberOfLineNum
 
uint8_t Pad [10]
 

Detailed Description

Definition at line 444 of file XCOFFObjectFile.h.

Member Data Documentation

◆ NumberOfLineNum

support::ubig16_t llvm::object::XCOFFSectAuxEntForStat::NumberOfLineNum

Definition at line 447 of file XCOFFObjectFile.h.

◆ NumberOfRelocEnt

support::ubig16_t llvm::object::XCOFFSectAuxEntForStat::NumberOfRelocEnt

Definition at line 446 of file XCOFFObjectFile.h.

◆ Pad

uint8_t llvm::object::XCOFFSectAuxEntForStat::Pad[10]

Definition at line 448 of file XCOFFObjectFile.h.

◆ SectionLength

support::ubig32_t llvm::object::XCOFFSectAuxEntForStat::SectionLength

Definition at line 445 of file XCOFFObjectFile.h.


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