class LabelSym
Declaration
class LabelSym : public SymbolRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:617
Inherits from: SymbolRecord
Member Variables
- public uint32_t CodeOffset = 0
- public uint16_t Segment = 0
- public llvm::codeview::ProcSymFlags Flags = ProcSymFlags::None
- public llvm::StringRef Name
- public uint32_t RecordOffset = 0
Inherited from SymbolRecord:
Method Overview
- public LabelSym(llvm::codeview::SymbolRecordKind Kind)
- public LabelSym(uint32_t RecordOffset)
- public uint32_t getRelocationOffset() const
Inherited from SymbolRecord:
Methods
¶LabelSym(llvm::codeview::SymbolRecordKind Kind)
LabelSym(llvm::codeview::SymbolRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:621
Parameters
- llvm::codeview::SymbolRecordKind Kind
¶LabelSym(uint32_t RecordOffset)
LabelSym(uint32_t RecordOffset)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:622
Parameters
- uint32_t RecordOffset
¶uint32_t getRelocationOffset() const
uint32_t getRelocationOffset() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:625