LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::codeview::UdtSourceLineRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::UdtSourceLineRecord:
Inheritance graph
[legend]
Collaboration diagram for llvm::codeview::UdtSourceLineRecord:
Collaboration graph
[legend]

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
 
- Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 
 TypeRecord (TypeRecordKind Kind)
 

Detailed Description

Definition at line 634 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ UdtSourceLineRecord() [1/3]

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

◆ UdtSourceLineRecord() [2/3]

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

Definition at line 637 of file TypeRecord.h.

◆ UdtSourceLineRecord() [3/3]

llvm::codeview::UdtSourceLineRecord::UdtSourceLineRecord ( TypeIndex  UDT,
TypeIndex  SourceFile,
uint32_t  LineNumber 
)
inline

Definition at line 638 of file TypeRecord.h.

Member Function Documentation

◆ getLineNumber()

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

Definition at line 644 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

◆ getSourceFile()

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

Definition at line 643 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

◆ getUDT()

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

Definition at line 642 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

Member Data Documentation

◆ LineNumber

uint32_t llvm::codeview::UdtSourceLineRecord::LineNumber

Definition at line 648 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ SourceFile

TypeIndex llvm::codeview::UdtSourceLineRecord::SourceFile

Definition at line 647 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ UDT

TypeIndex llvm::codeview::UdtSourceLineRecord::UDT

Definition at line 646 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().


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