LLVM  8.0.1
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]
Collaboration diagram for llvm::codeview::MemberFunctionRecord:
Collaboration 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
 
FunctionOptions Options
 
uint16_t ParameterCount
 
TypeIndex ArgumentList
 
int32_t ThisPointerAdjustment
 
- 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 177 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 180 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 182 of file TypeRecord.h.

Member Function Documentation

◆ getArgumentList()

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

Definition at line 198 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

◆ getCallConv()

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

Definition at line 195 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

◆ getClassType()

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

Definition at line 193 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

◆ 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 194 of file TypeRecord.h.

Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().

Member Data Documentation

◆ ArgumentList

TypeIndex llvm::codeview::MemberFunctionRecord::ArgumentList

◆ CallConv

CallingConvention llvm::codeview::MemberFunctionRecord::CallConv

◆ ClassType

TypeIndex llvm::codeview::MemberFunctionRecord::ClassType

◆ Options

FunctionOptions llvm::codeview::MemberFunctionRecord::Options

Definition at line 205 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ ParameterCount

uint16_t llvm::codeview::MemberFunctionRecord::ParameterCount

Definition at line 206 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ ReturnType

TypeIndex llvm::codeview::MemberFunctionRecord::ReturnType

Definition at line 201 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ ThisPointerAdjustment

int32_t llvm::codeview::MemberFunctionRecord::ThisPointerAdjustment

Definition at line 208 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().

◆ ThisType

TypeIndex llvm::codeview::MemberFunctionRecord::ThisType

Definition at line 203 of file TypeRecord.h.

Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().


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