LLVM: llvm::codeview::ColumnNumberEntry Struct Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/DebugLinesSubsection.h](DebugLinesSubsection%5F8h%5Fsource.html)"

Public Attributes
support::ulittle16_t StartColumn
support::ulittle16_t EndColumn

Detailed Description

Definition at line 61 of file DebugLinesSubsection.h.

Member Data Documentation

EndColumn

support::ulittle16_t llvm::codeview::ColumnNumberEntry::EndColumn

Definition at line 63 of file DebugLinesSubsection.h.

Referenced by llvm::codeview::DebugLinesSubsection::addLineAndColumnInfo().

StartColumn

support::ulittle16_t llvm::codeview::ColumnNumberEntry::StartColumn

Definition at line 62 of file DebugLinesSubsection.h.

Referenced by llvm::codeview::DebugLinesSubsection::addLineAndColumnInfo().


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