LLVM: llvm::MCCVFunctionInfo::LineInfo Struct Reference (original) (raw)

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

Public Attributes
unsigned File
unsigned Line
unsigned Col

Detailed Description

Definition at line 108 of file MCCodeView.h.

Member Data Documentation

Col

unsigned llvm::MCCVFunctionInfo::LineInfo::Col

Definition at line 111 of file MCCodeView.h.

Referenced by llvm::CodeViewContext::recordInlinedCallSiteId().

File

unsigned llvm::MCCVFunctionInfo::LineInfo::File

Definition at line 109 of file MCCodeView.h.

Referenced by llvm::CodeViewContext::encodeInlineLineTable(), and llvm::CodeViewContext::recordInlinedCallSiteId().

Line

unsigned llvm::MCCVFunctionInfo::LineInfo::Line

Definition at line 110 of file MCCodeView.h.

Referenced by llvm::CodeViewContext::encodeInlineLineTable(), and llvm::CodeViewContext::recordInlinedCallSiteId().


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