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

#include <SymbolRecord.h>

Inheritance diagram for llvm::codeview::SectionSym:
[legend]
Collaboration diagram for llvm::codeview::SectionSym:
[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
 

Additional Inherited Members

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

Detailed Description

Definition at line 110 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 112 of file SymbolRecord.h.

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

Definition at line 113 of file SymbolRecord.h.

Member Data Documentation

uint8_t llvm::codeview::SectionSym::Alignment

Definition at line 117 of file SymbolRecord.h.

uint32_t llvm::codeview::SectionSym::Characteristics

Definition at line 120 of file SymbolRecord.h.

uint32_t llvm::codeview::SectionSym::Length

Definition at line 119 of file SymbolRecord.h.

StringRef llvm::codeview::SectionSym::Name

Definition at line 121 of file SymbolRecord.h.

uint32_t llvm::codeview::SectionSym::RecordOffset

Definition at line 123 of file SymbolRecord.h.

uint32_t llvm::codeview::SectionSym::Rva

Definition at line 118 of file SymbolRecord.h.

uint16_t llvm::codeview::SectionSym::SectionNumber

Definition at line 116 of file SymbolRecord.h.


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