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

#include <SymbolRecord.h>

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

Additional Inherited Members

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

Detailed Description

Definition at line 615 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 619 of file SymbolRecord.h.

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

Definition at line 620 of file SymbolRecord.h.

Member Function Documentation

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

Definition at line 623 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

uint32_t llvm::codeview::LabelSym::CodeOffset

Definition at line 627 of file SymbolRecord.h.

ProcSymFlags llvm::codeview::LabelSym::Flags

Definition at line 629 of file SymbolRecord.h.

StringRef llvm::codeview::LabelSym::Name

Definition at line 630 of file SymbolRecord.h.

uint32_t llvm::codeview::LabelSym::RecordOffset

Definition at line 632 of file SymbolRecord.h.

Referenced by getRelocationOffset().

uint16_t llvm::codeview::LabelSym::Segment

Definition at line 628 of file SymbolRecord.h.


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