class HeapAllocationSiteSym
Declaration
class HeapAllocationSiteSym : public SymbolRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:821
Inherits from: SymbolRecord
Member Variables
- public uint32_t CodeOffset = 0
- public uint16_t Segment = 0
- public uint16_t CallInstructionSize = 0
- public llvm::codeview::TypeIndex Type
- public uint32_t RecordOffset = 0
- private static const uint32_t RelocationOffset = 4
Inherited from SymbolRecord:
Method Overview
- public HeapAllocationSiteSym(llvm::codeview::SymbolRecordKind Kind)
- public HeapAllocationSiteSym(uint32_t RecordOffset)
- public uint32_t getRelocationOffset() const
Inherited from SymbolRecord:
Methods
¶HeapAllocationSiteSym(
llvm::codeview::SymbolRecordKind Kind)
HeapAllocationSiteSym(
llvm::codeview::SymbolRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:825
Parameters
- llvm::codeview::SymbolRecordKind Kind
¶HeapAllocationSiteSym(uint32_t RecordOffset)
HeapAllocationSiteSym(uint32_t RecordOffset)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:826
Parameters
- uint32_t RecordOffset
¶uint32_t getRelocationOffset() const
uint32_t getRelocationOffset() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:830