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

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

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

Public Member Functions

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

Public Attributes

uint32_t CodeOffset = 0
uint16_t Segment = 0
TypeIndex Type
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 833 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ CallSiteInfoSym() [1/2]

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

◆ CallSiteInfoSym() [2/2]

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

Member Function Documentation

◆ getRelocationOffset()

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

Definition at line 841 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

◆ CodeOffset

uint32_t llvm::codeview::CallSiteInfoSym::CodeOffset = 0

Definition at line 845 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::CallSiteInfoSym::RecordOffset = 0

Definition at line 849 of file SymbolRecord.h.

Referenced by CallSiteInfoSym(), and getRelocationOffset().

◆ Segment

uint16_t llvm::codeview::CallSiteInfoSym::Segment = 0

Definition at line 846 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::CallSiteInfoSym::Type

Definition at line 847 of file SymbolRecord.h.


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