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

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

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

Public Member Functions

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

Public Attributes

uint16_t Ordinal
 
ExportFlags 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 667 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ ExportSym() [1/2]

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

Definition at line 669 of file SymbolRecord.h.

◆ ExportSym() [2/2]

llvm::codeview::ExportSym::ExportSym ( uint32_t  RecordOffset)
inline

Definition at line 670 of file SymbolRecord.h.

Member Data Documentation

◆ Flags

ExportFlags llvm::codeview::ExportSym::Flags

◆ Name

StringRef llvm::codeview::ExportSym::Name

◆ Ordinal

uint16_t llvm::codeview::ExportSym::Ordinal

◆ RecordOffset

uint32_t llvm::codeview::ExportSym::RecordOffset

Definition at line 677 of file SymbolRecord.h.


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