LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::codeview::ThreadLocalDataSym Class Reference

#include <SymbolRecord.h>

Inheritance diagram for llvm::codeview::ThreadLocalDataSym:
[legend]
Collaboration 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
 
uint16_t Segment
 
StringRef Name
 
uint32_t RecordOffset
 

Additional Inherited Members

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

Detailed Description

Definition at line 919 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 923 of file SymbolRecord.h.

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

Definition at line 924 of file SymbolRecord.h.

Member Function Documentation

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

Definition at line 928 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

uint32_t llvm::codeview::ThreadLocalDataSym::DataOffset

Definition at line 933 of file SymbolRecord.h.

StringRef llvm::codeview::ThreadLocalDataSym::Name

Definition at line 935 of file SymbolRecord.h.

uint32_t llvm::codeview::ThreadLocalDataSym::RecordOffset

Definition at line 937 of file SymbolRecord.h.

Referenced by getRelocationOffset().

uint16_t llvm::codeview::ThreadLocalDataSym::Segment

Definition at line 934 of file SymbolRecord.h.

TypeIndex llvm::codeview::ThreadLocalDataSym::Type

Definition at line 932 of file SymbolRecord.h.


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