LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::codeview::SectionSym Class Reference

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

Inheritance diagram for llvm::codeview::SectionSym:
Inheritance graph
[legend]
Collaboration diagram for llvm::codeview::SectionSym:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

uint16_t SectionNumber
 
uint8_t Alignment
 
uint32_t Rva
 
uint32_t Length
 
uint32_t Characteristics
 
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 107 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ SectionSym() [1/2]

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

Definition at line 109 of file SymbolRecord.h.

◆ SectionSym() [2/2]

llvm::codeview::SectionSym::SectionSym ( SymbolRecordKind  Kind,
uint32_t  RecordOffset 
)
inline

Definition at line 110 of file SymbolRecord.h.

Member Data Documentation

◆ Alignment

uint8_t llvm::codeview::SectionSym::Alignment

◆ Characteristics

uint32_t llvm::codeview::SectionSym::Characteristics

◆ Length

uint32_t llvm::codeview::SectionSym::Length

◆ Name

StringRef llvm::codeview::SectionSym::Name

◆ RecordOffset

uint32_t llvm::codeview::SectionSym::RecordOffset

Definition at line 120 of file SymbolRecord.h.

◆ Rva

uint32_t llvm::codeview::SectionSym::Rva

◆ SectionNumber

uint16_t llvm::codeview::SectionSym::SectionNumber

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