Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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 33 of file DebugLinesSubsection.h.

Member Data Documentation

◆ CodeSize

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

Definition at line 37 of file DebugLinesSubsection.h.

Referenced by llvm::codeview::DebugLinesSubsection::commit().

◆ Flags

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

Definition at line 36 of file DebugLinesSubsection.h.

◆ RelocOffset

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

Definition at line 34 of file DebugLinesSubsection.h.

◆ RelocSegment

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

Definition at line 35 of file DebugLinesSubsection.h.


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