LLVM 19.0.0git
Public Attributes | List of all members
llvm::CodeViewYAML::SourceLineInfo Struct Reference

#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"

Public Attributes

uint32_t RelocOffset
 
uint32_t RelocSegment
 
codeview::LineFlags Flags
 
uint32_t CodeSize
 
std::vector< SourceLineBlockBlocks
 

Detailed Description

Definition at line 90 of file CodeViewYAMLDebugSections.h.

Member Data Documentation

◆ Blocks

std::vector<SourceLineBlock> llvm::CodeViewYAML::SourceLineInfo::Blocks

Definition at line 95 of file CodeViewYAMLDebugSections.h.

◆ CodeSize

uint32_t llvm::CodeViewYAML::SourceLineInfo::CodeSize

Definition at line 94 of file CodeViewYAMLDebugSections.h.

◆ Flags

codeview::LineFlags llvm::CodeViewYAML::SourceLineInfo::Flags

Definition at line 93 of file CodeViewYAMLDebugSections.h.

◆ RelocOffset

uint32_t llvm::CodeViewYAML::SourceLineInfo::RelocOffset

Definition at line 91 of file CodeViewYAMLDebugSections.h.

◆ RelocSegment

uint32_t llvm::CodeViewYAML::SourceLineInfo::RelocSegment

Definition at line 92 of file CodeViewYAMLDebugSections.h.


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