LLVM 19.0.0git
Public Attributes | List of all members
llvm::pdb::SectionOffset Struct Reference

#include "llvm/DebugInfo/PDB/Native/RawTypes.h"

Public Attributes

support::ulittle32_t Off
 
support::ulittle16_t Isect
 
char Padding [2]
 

Detailed Description

Definition at line 19 of file RawTypes.h.

Member Data Documentation

◆ Isect

support::ulittle16_t llvm::pdb::SectionOffset::Isect

Definition at line 21 of file RawTypes.h.

◆ Off

support::ulittle32_t llvm::pdb::SectionOffset::Off

Definition at line 20 of file RawTypes.h.

◆ Padding

char llvm::pdb::SectionOffset::Padding[2]

Definition at line 22 of file RawTypes.h.


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