LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::AnnotationSym Class Reference

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

Inheritance diagram for llvm::codeview::AnnotationSym:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

uint32_t CodeOffset = 0
 
uint16_t Segment = 0
 
std::vector< StringRefStrings
 
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

Definition at line 1012 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ AnnotationSym() [1/2]

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

Definition at line 1014 of file SymbolRecord.h.

◆ AnnotationSym() [2/2]

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

Definition at line 1015 of file SymbolRecord.h.

Member Data Documentation

◆ CodeOffset

uint32_t llvm::codeview::AnnotationSym::CodeOffset = 0

Definition at line 1019 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::AnnotationSym::RecordOffset = 0

Definition at line 1023 of file SymbolRecord.h.

◆ Segment

uint16_t llvm::codeview::AnnotationSym::Segment = 0

Definition at line 1020 of file SymbolRecord.h.

◆ Strings

std::vector<StringRef> llvm::codeview::AnnotationSym::Strings

Definition at line 1021 of file SymbolRecord.h.


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