LLVM 22.0.0git
llvm::codeview::ProcSym Class Reference

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

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

Public Member Functions

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

Public Attributes

uint32_t Parent = 0
uint32_t End = 0
uint32_t Next = 0
uint32_t CodeSize = 0
uint32_t DbgStart = 0
uint32_t DbgEnd = 0
TypeIndex FunctionType
uint32_t CodeOffset = 0
uint16_t Segment = 0
ProcSymFlags Flags = ProcSymFlags::None
StringRef Name
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 42 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ ProcSym() [1/2]

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

◆ ProcSym() [2/2]

llvm::codeview::ProcSym::ProcSym ( SymbolRecordKind Kind,
uint32_t RecordOffset )
inline

Member Function Documentation

◆ getRelocationOffset()

uint32_t llvm::codeview::ProcSym::getRelocationOffset ( ) const
inline

Definition at line 50 of file SymbolRecord.h.

References RecordOffset.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

Member Data Documentation

◆ CodeOffset

uint32_t llvm::codeview::ProcSym::CodeOffset = 0

Definition at line 61 of file SymbolRecord.h.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

◆ CodeSize

uint32_t llvm::codeview::ProcSym::CodeSize = 0

Definition at line 57 of file SymbolRecord.h.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

◆ DbgEnd

uint32_t llvm::codeview::ProcSym::DbgEnd = 0

Definition at line 59 of file SymbolRecord.h.

◆ DbgStart

uint32_t llvm::codeview::ProcSym::DbgStart = 0

Definition at line 58 of file SymbolRecord.h.

◆ End

uint32_t llvm::codeview::ProcSym::End = 0

Definition at line 55 of file SymbolRecord.h.

Referenced by llvm::codeview::getScopeEndOffset().

◆ Flags

ProcSymFlags llvm::codeview::ProcSym::Flags = ProcSymFlags::None

Definition at line 63 of file SymbolRecord.h.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

◆ FunctionType

TypeIndex llvm::codeview::ProcSym::FunctionType

Definition at line 60 of file SymbolRecord.h.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

◆ Name

StringRef llvm::codeview::ProcSym::Name

Definition at line 64 of file SymbolRecord.h.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

◆ Next

uint32_t llvm::codeview::ProcSym::Next = 0

Definition at line 56 of file SymbolRecord.h.

◆ Parent

uint32_t llvm::codeview::ProcSym::Parent = 0

Definition at line 54 of file SymbolRecord.h.

Referenced by llvm::codeview::getScopeParentOffset().

◆ RecordOffset

uint32_t llvm::codeview::ProcSym::RecordOffset = 0

Definition at line 66 of file SymbolRecord.h.

Referenced by getRelocationOffset(), and ProcSym().

◆ Segment

uint16_t llvm::codeview::ProcSym::Segment = 0

Definition at line 62 of file SymbolRecord.h.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().


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