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

#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"

Public Attributes

StringRef FileName
 
std::vector< SourceLineEntryLines
 
std::vector< SourceColumnEntryColumns
 

Detailed Description

Definition at line 74 of file CodeViewYAMLDebugSections.h.

Member Data Documentation

◆ Columns

std::vector<SourceColumnEntry> llvm::CodeViewYAML::SourceLineBlock::Columns

Definition at line 77 of file CodeViewYAMLDebugSections.h.

◆ FileName

StringRef llvm::CodeViewYAML::SourceLineBlock::FileName

Definition at line 75 of file CodeViewYAMLDebugSections.h.

◆ Lines

std::vector<SourceLineEntry> llvm::CodeViewYAML::SourceLineBlock::Lines

Definition at line 76 of file CodeViewYAMLDebugSections.h.


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