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

#include <SymbolRecord.h>

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

Public Member Functions

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

Public Attributes

uint32_t CodeOffset
 
uint16_t Segment
 
uint16_t CallInstructionSize
 
TypeIndex Type
 
uint32_t RecordOffset
 

Additional Inherited Members

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

Detailed Description

Definition at line 783 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 787 of file SymbolRecord.h.

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

Definition at line 788 of file SymbolRecord.h.

Member Function Documentation

uint32_t llvm::codeview::HeapAllocationSiteSym::getRelocationOffset ( ) const
inline

Definition at line 792 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

uint16_t llvm::codeview::HeapAllocationSiteSym::CallInstructionSize

Definition at line 798 of file SymbolRecord.h.

uint32_t llvm::codeview::HeapAllocationSiteSym::CodeOffset

Definition at line 796 of file SymbolRecord.h.

uint32_t llvm::codeview::HeapAllocationSiteSym::RecordOffset

Definition at line 801 of file SymbolRecord.h.

Referenced by getRelocationOffset().

uint16_t llvm::codeview::HeapAllocationSiteSym::Segment

Definition at line 797 of file SymbolRecord.h.

TypeIndex llvm::codeview::HeapAllocationSiteSym::Type

Definition at line 799 of file SymbolRecord.h.


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