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

#include <SymbolRecord.h>

Inheritance diagram for llvm::codeview::LocalSym:
[legend]
Collaboration diagram for llvm::codeview::LocalSym:
[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
 

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

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

Definition at line 410 of file SymbolRecord.h.

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

Definition at line 411 of file SymbolRecord.h.

Member Data Documentation

LocalSymFlags llvm::codeview::LocalSym::Flags

Definition at line 415 of file SymbolRecord.h.

StringRef llvm::codeview::LocalSym::Name

Definition at line 416 of file SymbolRecord.h.

uint32_t llvm::codeview::LocalSym::RecordOffset

Definition at line 418 of file SymbolRecord.h.

TypeIndex llvm::codeview::LocalSym::Type

Definition at line 414 of file SymbolRecord.h.


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