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

#include "llvm/DebugInfo/CodeView/SymbolRecord.h"

Inheritance diagram for llvm::codeview::HeapAllocationSiteSym:
Inheritance graph
[legend]
Collaboration diagram for llvm::codeview::HeapAllocationSiteSym:
Collaboration graph
[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
 
- Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind
 

Additional Inherited Members

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

Detailed Description

Definition at line 815 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ HeapAllocationSiteSym() [1/2]

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

Definition at line 819 of file SymbolRecord.h.

◆ HeapAllocationSiteSym() [2/2]

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

Definition at line 820 of file SymbolRecord.h.

Member Function Documentation

◆ getRelocationOffset()

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

Definition at line 824 of file SymbolRecord.h.

Referenced by getSymbolKindName().

Member Data Documentation

◆ CallInstructionSize

uint16_t llvm::codeview::HeapAllocationSiteSym::CallInstructionSize

◆ CodeOffset

uint32_t llvm::codeview::HeapAllocationSiteSym::CodeOffset

◆ RecordOffset

uint32_t llvm::codeview::HeapAllocationSiteSym::RecordOffset

Definition at line 833 of file SymbolRecord.h.

◆ Segment

uint16_t llvm::codeview::HeapAllocationSiteSym::Segment

◆ Type

TypeIndex llvm::codeview::HeapAllocationSiteSym::Type

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