LLVM 19.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 693 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ ExportSym() [1/2]

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

Definition at line 695 of file SymbolRecord.h.

◆ ExportSym() [2/2]

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

Definition at line 696 of file SymbolRecord.h.

Member Data Documentation

◆ Flags

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

Definition at line 700 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::ExportSym::Name

Definition at line 701 of file SymbolRecord.h.

◆ Ordinal

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

Definition at line 699 of file SymbolRecord.h.

◆ RecordOffset

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

Definition at line 703 of file SymbolRecord.h.


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