LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugLinesSubsection.h"
Public Attributes | |
support::ulittle16_t | StartColumn |
support::ulittle16_t | EndColumn |
Definition at line 60 of file DebugLinesSubsection.h.
support::ulittle16_t llvm::codeview::ColumnNumberEntry::EndColumn |
Definition at line 62 of file DebugLinesSubsection.h.
Referenced by llvm::codeview::DebugLinesSubsection::addLineAndColumnInfo().
support::ulittle16_t llvm::codeview::ColumnNumberEntry::StartColumn |
Definition at line 61 of file DebugLinesSubsection.h.
Referenced by llvm::codeview::DebugLinesSubsection::addLineAndColumnInfo().