LLVM: llvm::codeview::MemberFunctionRecord Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"

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

Definition at line 171 of file TypeRecord.h.

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

MemberFunctionRecord() [2/3]

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

MemberFunctionRecord() [3/3]

getArgumentList()

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

getCallConv()

getClassType()

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

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

ArgumentList

TypeIndex llvm::codeview::MemberFunctionRecord::ArgumentList

CallConv

ClassType

TypeIndex llvm::codeview::MemberFunctionRecord::ClassType

Options

ParameterCount

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

ReturnType

TypeIndex llvm::codeview::MemberFunctionRecord::ReturnType

ThisPointerAdjustment

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

ThisType

TypeIndex llvm::codeview::MemberFunctionRecord::ThisType


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