class FrameCookieSym
Declaration
class FrameCookieSym : public SymbolRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:836
Inherits from: SymbolRecord
Member Variables
- public uint32_t CodeOffset = 0
- public uint16_t Register = 0
- public llvm::codeview::FrameCookieKind CookieKind
- public uint8_t Flags = 0
- public uint32_t RecordOffset = 0
Inherited from SymbolRecord:
Method Overview
- public FrameCookieSym(llvm::codeview::SymbolRecordKind Kind)
- public FrameCookieSym(uint32_t RecordOffset)
- public uint32_t getRelocationOffset() const
Inherited from SymbolRecord:
Methods
¶FrameCookieSym(
llvm::codeview::SymbolRecordKind Kind)
FrameCookieSym(
llvm::codeview::SymbolRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:840
Parameters
- llvm::codeview::SymbolRecordKind Kind
¶FrameCookieSym(uint32_t RecordOffset)
FrameCookieSym(uint32_t RecordOffset)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:841
Parameters
- uint32_t RecordOffset
¶uint32_t getRelocationOffset() const
uint32_t getRelocationOffset() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:844