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

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

Collaboration diagram for llvm::codeview::LineFragmentHeader:
Collaboration graph
[legend]

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

◆ Flags

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

◆ RelocOffset

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

◆ RelocSegment

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

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