LLVM: llvm::CodeViewYAML::SourceLineBlock Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/CodeViewYAMLDebugSections.h](CodeViewYAMLDebugSections%5F8h%5Fsource.html)"

Public Attributes
StringRef FileName
std::vector< SourceLineEntry > Lines
std::vector< SourceColumnEntry > Columns

Detailed Description

Definition at line 75 of file CodeViewYAMLDebugSections.h.

Member Data Documentation

Columns

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

Definition at line 78 of file CodeViewYAMLDebugSections.h.

FileName

StringRef llvm::CodeViewYAML::SourceLineBlock::FileName

Definition at line 76 of file CodeViewYAMLDebugSections.h.

Lines

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

Definition at line 77 of file CodeViewYAMLDebugSections.h.


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