LLVM 17.0.0git
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]

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 = 0
 
ExportFlags Flags = ExportFlags::None
 
StringRef Name
 
uint32_t RecordOffset = 0
 
- 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 672 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ ExportSym() [1/2]

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

Definition at line 674 of file SymbolRecord.h.

◆ ExportSym() [2/2]

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

Definition at line 675 of file SymbolRecord.h.

Member Data Documentation

◆ Flags

ExportFlags llvm::codeview::ExportSym::Flags = ExportFlags::None

Definition at line 679 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::ExportSym::Name

Definition at line 680 of file SymbolRecord.h.

◆ Ordinal

uint16_t llvm::codeview::ExportSym::Ordinal = 0

Definition at line 678 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::ExportSym::RecordOffset = 0

Definition at line 682 of file SymbolRecord.h.


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