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

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

Inheritance diagram for llvm::codeview::UdtModSourceLineRecord:

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

Detailed Description

Definition at line 646 of file TypeRecord.h.

Constructor & Destructor Documentation

llvm::codeview::UdtModSourceLineRecord::UdtModSourceLineRecord ( ) default

UdtModSourceLineRecord() [2/3]

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

UdtModSourceLineRecord() [3/3]

Member Function Documentation

getLineNumber()

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

getModule()

uint16_t llvm::codeview::UdtModSourceLineRecord::getModule ( ) const inline

getSourceFile()

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

getUDT()

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

Member Data Documentation

LineNumber

uint32_t llvm::codeview::UdtModSourceLineRecord::LineNumber = 0

Module

uint16_t llvm::codeview::UdtModSourceLineRecord::Module = 0

SourceFile

TypeIndex llvm::codeview::UdtModSourceLineRecord::SourceFile

UDT

TypeIndex llvm::codeview::UdtModSourceLineRecord::UDT


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