LLVM 19.0.0git
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]

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 = 0
 
uint16_t Segment = 0
 
uint16_t CallInstructionSize = 0
 
TypeIndex Type
 
uint32_t RecordOffset = 0
 
- 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 841 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ HeapAllocationSiteSym() [1/2]

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

Definition at line 845 of file SymbolRecord.h.

◆ HeapAllocationSiteSym() [2/2]

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

Definition at line 846 of file SymbolRecord.h.

Member Function Documentation

◆ getRelocationOffset()

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

Definition at line 850 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

◆ CallInstructionSize

uint16_t llvm::codeview::HeapAllocationSiteSym::CallInstructionSize = 0

Definition at line 856 of file SymbolRecord.h.

◆ CodeOffset

uint32_t llvm::codeview::HeapAllocationSiteSym::CodeOffset = 0

Definition at line 854 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::HeapAllocationSiteSym::RecordOffset = 0

Definition at line 859 of file SymbolRecord.h.

Referenced by getRelocationOffset().

◆ Segment

uint16_t llvm::codeview::HeapAllocationSiteSym::Segment = 0

Definition at line 855 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::HeapAllocationSiteSym::Type

Definition at line 857 of file SymbolRecord.h.


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