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

#include <SymbolRecord.h>

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

Public Member Functions

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

Public Attributes

std::vector< TypeIndexIndices
 
uint32_t RecordOffset
 

Additional Inherited Members

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

Detailed Description

Definition at line 151 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 153 of file SymbolRecord.h.

llvm::codeview::CallerSym::CallerSym ( SymbolRecordKind  Kind,
uint32_t  RecordOffset 
)
inline

Definition at line 154 of file SymbolRecord.h.

Member Data Documentation

std::vector<TypeIndex> llvm::codeview::CallerSym::Indices

Definition at line 157 of file SymbolRecord.h.

uint32_t llvm::codeview::CallerSym::RecordOffset

Definition at line 158 of file SymbolRecord.h.


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