LLVM 22.0.0git
llvm::CodeViewYAML::SourceLineEntry Struct Reference

#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"

Public Attributes

uint32_t Offset
uint32_t LineStart
uint32_t EndDelta
bool IsStatement

Detailed Description

Definition at line 63 of file CodeViewYAMLDebugSections.h.

Member Data Documentation

◆ EndDelta

uint32_t llvm::CodeViewYAML::SourceLineEntry::EndDelta

Definition at line 66 of file CodeViewYAMLDebugSections.h.

◆ IsStatement

bool llvm::CodeViewYAML::SourceLineEntry::IsStatement

Definition at line 67 of file CodeViewYAMLDebugSections.h.

◆ LineStart

uint32_t llvm::CodeViewYAML::SourceLineEntry::LineStart

Definition at line 65 of file CodeViewYAMLDebugSections.h.

◆ Offset

uint32_t llvm::CodeViewYAML::SourceLineEntry::Offset

Definition at line 64 of file CodeViewYAMLDebugSections.h.


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