LLVM  8.0.1
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]
Collaboration diagram for llvm::codeview::LabelSym:
Collaboration 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
 
uint16_t Segment
 
ProcSymFlags Flags
 
StringRef Name
 
uint32_t RecordOffset
 
- 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 618 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ LabelSym() [1/2]

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

Definition at line 622 of file SymbolRecord.h.

◆ LabelSym() [2/2]

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

Definition at line 623 of file SymbolRecord.h.

Member Function Documentation

◆ getRelocationOffset()

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

Definition at line 626 of file SymbolRecord.h.

Referenced by getSymbolKindName().

Member Data Documentation

◆ CodeOffset

uint32_t llvm::codeview::LabelSym::CodeOffset

◆ Flags

ProcSymFlags llvm::codeview::LabelSym::Flags

◆ Name

StringRef llvm::codeview::LabelSym::Name

◆ RecordOffset

uint32_t llvm::codeview::LabelSym::RecordOffset

Definition at line 635 of file SymbolRecord.h.

◆ Segment

uint16_t llvm::codeview::LabelSym::Segment

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