LLVM: llvm::codeview::UdtSourceLineRecord Class Reference (original) (raw)

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

Inheritance diagram for llvm::codeview::UdtSourceLineRecord:

Public Member Functions
UdtSourceLineRecord ()=default
UdtSourceLineRecord (TypeRecordKind Kind)
UdtSourceLineRecord (TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
TypeIndex getUDT () const
TypeIndex getSourceFile () const
uint32_t getLineNumber () const
Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
Public Attributes
TypeIndex UDT
TypeIndex SourceFile
uint32_t LineNumber = 0
Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind

Detailed Description

Definition at line 628 of file TypeRecord.h.

Constructor & Destructor Documentation

llvm::codeview::UdtSourceLineRecord::UdtSourceLineRecord ( ) default

UdtSourceLineRecord() [2/3]

llvm::codeview::UdtSourceLineRecord::UdtSourceLineRecord ( TypeRecordKind Kind) inlineexplicit

UdtSourceLineRecord() [3/3]

Member Function Documentation

getLineNumber()

uint32_t llvm::codeview::UdtSourceLineRecord::getLineNumber ( ) const inline

getSourceFile()

TypeIndex llvm::codeview::UdtSourceLineRecord::getSourceFile ( ) const inline

getUDT()

TypeIndex llvm::codeview::UdtSourceLineRecord::getUDT ( ) const inline

Member Data Documentation

LineNumber

uint32_t llvm::codeview::UdtSourceLineRecord::LineNumber = 0

SourceFile

TypeIndex llvm::codeview::UdtSourceLineRecord::SourceFile

UDT

TypeIndex llvm::codeview::UdtSourceLineRecord::UDT


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