LLVM 24.0.0git
llvm::codeview::AssociationSym Class Reference

S_ASSOCIATION - Associates a symbol with another one. More...

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

Inheritance diagram for llvm::codeview::AssociationSym:
[legend]

Public Member Functions

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

Public Attributes

AssociationKind AssocKind = AssociationKind::None
uint32_t CodeOffset = 0
uint16_t Segment = 0
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

S_ASSOCIATION - Associates a symbol with another one.

For coroutines, the associated symbol is the primary coroutine function in case this symbol is contained in an init/resume/destroy coroutine. It's also present in the primary coroutine function where it points to one of the generated init/resume/destroy symbols.

Definition at line 1142 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ AssociationSym() [1/2]

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

◆ AssociationSym() [2/2]

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

Member Data Documentation

◆ AssocKind

AssociationKind llvm::codeview::AssociationSym::AssocKind = AssociationKind::None

Definition at line 1149 of file SymbolRecord.h.

◆ CodeOffset

uint32_t llvm::codeview::AssociationSym::CodeOffset = 0

Definition at line 1150 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::AssociationSym::RecordOffset = 0

Definition at line 1153 of file SymbolRecord.h.

Referenced by AssociationSym().

◆ Segment

uint16_t llvm::codeview::AssociationSym::Segment = 0

Definition at line 1151 of file SymbolRecord.h.


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