|
LLVM 24.0.0git
|
S_ASSOCIATION - Associates a symbol with another one. More...
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
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) | |
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.
|
inlineexplicit |
Definition at line 1144 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
Referenced by AssociationSym().
|
inlineexplicit |
Definition at line 1145 of file SymbolRecord.h.
References AssociationSym(), RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
| AssociationKind llvm::codeview::AssociationSym::AssocKind = AssociationKind::None |
Definition at line 1149 of file SymbolRecord.h.
| uint32_t llvm::codeview::AssociationSym::CodeOffset = 0 |
Definition at line 1150 of file SymbolRecord.h.
| uint32_t llvm::codeview::AssociationSym::RecordOffset = 0 |
Definition at line 1153 of file SymbolRecord.h.
Referenced by AssociationSym().
| uint16_t llvm::codeview::AssociationSym::Segment = 0 |
Definition at line 1151 of file SymbolRecord.h.