LLVM 19.0.0git
Public Attributes | List of all members
llvm::codeview::LineFragmentHeader Struct Reference

#include "llvm/DebugInfo/CodeView/DebugLinesSubsection.h"

Public Attributes

support::ulittle32_t RelocOffset
 
support::ulittle16_t RelocSegment
 
support::ulittle16_t Flags
 
support::ulittle32_t CodeSize
 

Detailed Description

Definition at line 32 of file DebugLinesSubsection.h.

Member Data Documentation

◆ CodeSize

support::ulittle32_t llvm::codeview::LineFragmentHeader::CodeSize

Definition at line 36 of file DebugLinesSubsection.h.

◆ Flags

support::ulittle16_t llvm::codeview::LineFragmentHeader::Flags

◆ RelocOffset

support::ulittle32_t llvm::codeview::LineFragmentHeader::RelocOffset

Definition at line 33 of file DebugLinesSubsection.h.

◆ RelocSegment

support::ulittle16_t llvm::codeview::LineFragmentHeader::RelocSegment

Definition at line 34 of file DebugLinesSubsection.h.


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