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

#include <SymbolRecord.h>

Inheritance diagram for llvm::codeview::ConstantSym:
[legend]
Collaboration diagram for llvm::codeview::ConstantSym:
[legend]

Public Member Functions

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

Public Attributes

TypeIndex Type
 
APSInt Value
 
StringRef Name
 
uint32_t RecordOffset
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::SymbolRecord
 SymbolRecord (SymbolRecordKind Kind)
 

Detailed Description

Definition at line 883 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 885 of file SymbolRecord.h.

llvm::codeview::ConstantSym::ConstantSym ( uint32_t  RecordOffset)
inline

Definition at line 886 of file SymbolRecord.h.

Member Data Documentation

StringRef llvm::codeview::ConstantSym::Name

Definition at line 892 of file SymbolRecord.h.

uint32_t llvm::codeview::ConstantSym::RecordOffset

Definition at line 894 of file SymbolRecord.h.

TypeIndex llvm::codeview::ConstantSym::Type

Definition at line 890 of file SymbolRecord.h.

APSInt llvm::codeview::ConstantSym::Value

Definition at line 891 of file SymbolRecord.h.


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