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

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

Inheritance diagram for llvm::codeview::MemberFunctionRecord:
Inheritance graph
[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

Definition at line 174 of file TypeRecord.h.

◆ 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

Definition at line 176 of file TypeRecord.h.

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

◆ getParameterCount()

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

◆ getReturnType()

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

◆ 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 llvm::pdb::NativeTypeFunctionSig::initialize().

◆ CallConv

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

◆ ClassType

TypeIndex llvm::codeview::MemberFunctionRecord::ClassType

Definition at line 196 of file TypeRecord.h.

Referenced by getClassType(), and llvm::pdb::NativeTypeFunctionSig::initialize().

◆ Options

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

Definition at line 199 of file TypeRecord.h.

Referenced by getOptions().

◆ ParameterCount

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

Definition at line 200 of file TypeRecord.h.

Referenced by getParameterCount().

◆ ReturnType

TypeIndex llvm::codeview::MemberFunctionRecord::ReturnType

Definition at line 195 of file TypeRecord.h.

Referenced by getReturnType().

◆ ThisPointerAdjustment

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

Definition at line 202 of file TypeRecord.h.

Referenced by getThisPointerAdjustment().

◆ ThisType

TypeIndex llvm::codeview::MemberFunctionRecord::ThisType

Definition at line 197 of file TypeRecord.h.

Referenced by getThisType().


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