LLVM  8.0.1
Public Attributes | List of all members
llvm::CodeViewYAML::SourceColumnEntry Struct Reference

#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"

Collaboration diagram for llvm::CodeViewYAML::SourceColumnEntry:
Collaboration graph
[legend]

Public Attributes

uint16_t StartColumn
 
uint16_t EndColumn
 

Detailed Description

Definition at line 70 of file CodeViewYAMLDebugSections.h.

Member Data Documentation

◆ EndColumn

uint16_t llvm::CodeViewYAML::SourceColumnEntry::EndColumn

Definition at line 72 of file CodeViewYAMLDebugSections.h.

Referenced by getFileName().

◆ StartColumn

uint16_t llvm::CodeViewYAML::SourceColumnEntry::StartColumn

Definition at line 71 of file CodeViewYAMLDebugSections.h.

Referenced by getFileName().


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