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

#include <SymbolRecord.h>

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

Public Member Functions

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

Public Attributes

std::vector< StringRefFields
 
uint32_t RecordOffset
 

Additional Inherited Members

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

Detailed Description

Definition at line 650 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 652 of file SymbolRecord.h.

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

Definition at line 653 of file SymbolRecord.h.

Member Data Documentation

std::vector<StringRef> llvm::codeview::EnvBlockSym::Fields

Definition at line 657 of file SymbolRecord.h.

uint32_t llvm::codeview::EnvBlockSym::RecordOffset

Definition at line 659 of file SymbolRecord.h.


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