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

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

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

Public Member Functions

 MemberFunctionRecord ()=default
 MemberFunctionRecord (TypeRecordKind Kind)
 MemberFunctionRecord (TypeIndex ReturnType, TypeIndex ClassType, TypeIndex ThisType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList, int32_t ThisPointerAdjustment)
TypeIndex getReturnType () const
TypeIndex getClassType () const
TypeIndex getThisType () const
CallingConvention getCallConv () const
FunctionOptions getOptions () const
uint16_t getParameterCount () const
TypeIndex getArgumentList () const
int32_t getThisPointerAdjustment () const
Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const

Public Attributes

TypeIndex ReturnType
TypeIndex ClassType
TypeIndex ThisType
CallingConvention CallConv = CallingConvention::NearC
FunctionOptions Options = FunctionOptions::None
uint16_t ParameterCount = 0
TypeIndex ArgumentList
int32_t ThisPointerAdjustment = 0
Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind

Additional Inherited Members

Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 TypeRecord (TypeRecordKind Kind)

Detailed Description

Definition at line 171 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ MemberFunctionRecord() [1/3]

llvm::codeview::MemberFunctionRecord::MemberFunctionRecord ( )
default

◆ MemberFunctionRecord() [2/3]

llvm::codeview::MemberFunctionRecord::MemberFunctionRecord ( TypeRecordKind Kind)
inlineexplicit

◆ MemberFunctionRecord() [3/3]

llvm::codeview::MemberFunctionRecord::MemberFunctionRecord ( TypeIndex ReturnType,
TypeIndex ClassType,
TypeIndex ThisType,
CallingConvention CallConv,
FunctionOptions Options,
uint16_t ParameterCount,
TypeIndex ArgumentList,
int32_t ThisPointerAdjustment )
inline

Member Function Documentation

◆ getArgumentList()

TypeIndex llvm::codeview::MemberFunctionRecord::getArgumentList ( ) const
inline

Definition at line 192 of file TypeRecord.h.

References ArgumentList.

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

◆ getCallConv()

CallingConvention llvm::codeview::MemberFunctionRecord::getCallConv ( ) const
inline

Definition at line 189 of file TypeRecord.h.

References CallConv.

◆ getClassType()

TypeIndex llvm::codeview::MemberFunctionRecord::getClassType ( ) const
inline

Definition at line 187 of file TypeRecord.h.

References ClassType.

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

◆ getOptions()

FunctionOptions llvm::codeview::MemberFunctionRecord::getOptions ( ) const
inline

Definition at line 190 of file TypeRecord.h.

References Options.

◆ getParameterCount()

uint16_t llvm::codeview::MemberFunctionRecord::getParameterCount ( ) const
inline

Definition at line 191 of file TypeRecord.h.

References ParameterCount.

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

◆ getReturnType()

TypeIndex llvm::codeview::MemberFunctionRecord::getReturnType ( ) const
inline

Definition at line 186 of file TypeRecord.h.

References ReturnType.

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

◆ getThisPointerAdjustment()

int32_t llvm::codeview::MemberFunctionRecord::getThisPointerAdjustment ( ) const
inline

◆ getThisType()

TypeIndex llvm::codeview::MemberFunctionRecord::getThisType ( ) const
inline

Definition at line 188 of file TypeRecord.h.

References ThisType.

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

Member Data Documentation

◆ ArgumentList

TypeIndex llvm::codeview::MemberFunctionRecord::ArgumentList

Definition at line 201 of file TypeRecord.h.

Referenced by getArgumentList(), and MemberFunctionRecord().

◆ CallConv

CallingConvention llvm::codeview::MemberFunctionRecord::CallConv = CallingConvention::NearC

Definition at line 198 of file TypeRecord.h.

Referenced by getCallConv(), and MemberFunctionRecord().

◆ ClassType

TypeIndex llvm::codeview::MemberFunctionRecord::ClassType

Definition at line 196 of file TypeRecord.h.

Referenced by getClassType(), and MemberFunctionRecord().

◆ Options

FunctionOptions llvm::codeview::MemberFunctionRecord::Options = FunctionOptions::None

Definition at line 199 of file TypeRecord.h.

Referenced by getOptions(), and MemberFunctionRecord().

◆ ParameterCount

uint16_t llvm::codeview::MemberFunctionRecord::ParameterCount = 0

Definition at line 200 of file TypeRecord.h.

Referenced by getParameterCount(), and MemberFunctionRecord().

◆ ReturnType

TypeIndex llvm::codeview::MemberFunctionRecord::ReturnType

Definition at line 195 of file TypeRecord.h.

Referenced by getReturnType(), and MemberFunctionRecord().

◆ ThisPointerAdjustment

int32_t llvm::codeview::MemberFunctionRecord::ThisPointerAdjustment = 0

Definition at line 202 of file TypeRecord.h.

Referenced by getThisPointerAdjustment(), and MemberFunctionRecord().

◆ ThisType

TypeIndex llvm::codeview::MemberFunctionRecord::ThisType

Definition at line 197 of file TypeRecord.h.

Referenced by getThisType(), and MemberFunctionRecord().


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