LLVM  8.0.1
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]
Collaboration diagram for llvm::codeview::LocalSym:
Collaboration 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
 
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 408 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ LocalSym() [1/2]

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

Definition at line 410 of file SymbolRecord.h.

◆ LocalSym() [2/2]

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

Definition at line 411 of file SymbolRecord.h.

Member Data Documentation

◆ Flags

LocalSymFlags llvm::codeview::LocalSym::Flags

◆ Name

StringRef llvm::codeview::LocalSym::Name

◆ RecordOffset

uint32_t llvm::codeview::LocalSym::RecordOffset

Definition at line 418 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::LocalSym::Type

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