LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::LabelSym Class Reference

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

Inheritance diagram for llvm::codeview::LabelSym:
Inheritance graph
[legend]

Public Member Functions

 LabelSym (SymbolRecordKind Kind)
 
 LabelSym (uint32_t RecordOffset)
 
uint32_t getRelocationOffset () const
 
- Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const
 

Public Attributes

uint32_t CodeOffset = 0
 
uint16_t Segment = 0
 
ProcSymFlags Flags = ProcSymFlags::None
 
StringRef Name
 
uint32_t RecordOffset = 0
 
- Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::SymbolRecord
 SymbolRecord (SymbolRecordKind Kind)
 

Detailed Description

Definition at line 644 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ LabelSym() [1/2]

llvm::codeview::LabelSym::LabelSym ( SymbolRecordKind  Kind)
inlineexplicit

Definition at line 648 of file SymbolRecord.h.

◆ LabelSym() [2/2]

llvm::codeview::LabelSym::LabelSym ( uint32_t  RecordOffset)
inlineexplicit

Definition at line 649 of file SymbolRecord.h.

Member Function Documentation

◆ getRelocationOffset()

uint32_t llvm::codeview::LabelSym::getRelocationOffset ( ) const
inline

Definition at line 652 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

◆ CodeOffset

uint32_t llvm::codeview::LabelSym::CodeOffset = 0

Definition at line 656 of file SymbolRecord.h.

◆ Flags

ProcSymFlags llvm::codeview::LabelSym::Flags = ProcSymFlags::None

Definition at line 658 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::LabelSym::Name

Definition at line 659 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::LabelSym::RecordOffset = 0

Definition at line 661 of file SymbolRecord.h.

Referenced by getRelocationOffset().

◆ Segment

uint16_t llvm::codeview::LabelSym::Segment = 0

Definition at line 657 of file SymbolRecord.h.


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