LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::LocalSym Class Reference

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

Inheritance diagram for llvm::codeview::LocalSym:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

TypeIndex Type
 
LocalSymFlags Flags = LocalSymFlags::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 430 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ LocalSym() [1/2]

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

Definition at line 432 of file SymbolRecord.h.

◆ LocalSym() [2/2]

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

Definition at line 433 of file SymbolRecord.h.

Member Data Documentation

◆ Flags

LocalSymFlags llvm::codeview::LocalSym::Flags = LocalSymFlags::None

Definition at line 437 of file SymbolRecord.h.

◆ Name

StringRef llvm::codeview::LocalSym::Name

Definition at line 438 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::LocalSym::RecordOffset = 0

Definition at line 440 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::LocalSym::Type

Definition at line 436 of file SymbolRecord.h.


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