LLVM 22.0.0git
llvm::codeview::ThreadLocalDataSym Class Reference

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

Inheritance diagram for llvm::codeview::ThreadLocalDataSym:
[legend]

Public Member Functions

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

Public Attributes

TypeIndex Type
uint32_t DataOffset = 0
uint16_t Segment = 0
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 989 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ ThreadLocalDataSym() [1/2]

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

◆ ThreadLocalDataSym() [2/2]

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

Member Function Documentation

◆ getRelocationOffset()

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

Definition at line 998 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

◆ DataOffset

uint32_t llvm::codeview::ThreadLocalDataSym::DataOffset = 0

Definition at line 1003 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::ThreadLocalDataSym::Name

Definition at line 1005 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::ThreadLocalDataSym::RecordOffset = 0

Definition at line 1007 of file SymbolRecord.h.

Referenced by getRelocationOffset(), and ThreadLocalDataSym().

◆ Segment

uint16_t llvm::codeview::ThreadLocalDataSym::Segment = 0

Definition at line 1004 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::ThreadLocalDataSym::Type

Definition at line 1002 of file SymbolRecord.h.


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