LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
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 |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecord ()=default | |
TypeRecord (TypeRecordKind Kind) | |
Definition at line 628 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 631 of file TypeRecord.h.
|
inline |
Definition at line 632 of file TypeRecord.h.
|
inline |
Definition at line 638 of file TypeRecord.h.
References LineNumber.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 637 of file TypeRecord.h.
References SourceFile.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 636 of file TypeRecord.h.
References UDT.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
uint32_t llvm::codeview::UdtSourceLineRecord::LineNumber = 0 |
Definition at line 642 of file TypeRecord.h.
Referenced by getLineNumber().
TypeIndex llvm::codeview::UdtSourceLineRecord::SourceFile |
Definition at line 641 of file TypeRecord.h.
Referenced by getSourceFile().
TypeIndex llvm::codeview::UdtSourceLineRecord::UDT |
Definition at line 640 of file TypeRecord.h.
Referenced by getUDT().