LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
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) | |
Definition at line 171 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 174 of file TypeRecord.h.
|
inline |
Definition at line 176 of file TypeRecord.h.
|
inline |
Definition at line 192 of file TypeRecord.h.
References ArgumentList.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 189 of file TypeRecord.h.
References CallConv.
|
inline |
Definition at line 187 of file TypeRecord.h.
References ClassType.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 190 of file TypeRecord.h.
References Options.
Referenced by llvm::pdb::NativeTypeFunctionSig::hasConstructor(), llvm::pdb::NativeTypeFunctionSig::isConstructorVirtualBase(), and llvm::pdb::NativeTypeFunctionSig::isCxxReturnUdt().
|
inline |
Definition at line 191 of file TypeRecord.h.
References ParameterCount.
Referenced by llvm::pdb::NativeTypeFunctionSig::getCount(), and llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 186 of file TypeRecord.h.
References ReturnType.
Referenced by llvm::pdb::NativeTypeFunctionSig::getTypeId(), and llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 193 of file TypeRecord.h.
References ThisPointerAdjustment.
Referenced by llvm::pdb::NativeTypeFunctionSig::getThisAdjust(), and llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 188 of file TypeRecord.h.
References ThisType.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
TypeIndex llvm::codeview::MemberFunctionRecord::ArgumentList |
Definition at line 201 of file TypeRecord.h.
Referenced by getArgumentList(), and llvm::pdb::NativeTypeFunctionSig::initialize().
CallingConvention llvm::codeview::MemberFunctionRecord::CallConv = CallingConvention::NearC |
Definition at line 198 of file TypeRecord.h.
Referenced by getCallConv(), and llvm::pdb::NativeTypeFunctionSig::getCallingConvention().
TypeIndex llvm::codeview::MemberFunctionRecord::ClassType |
Definition at line 196 of file TypeRecord.h.
Referenced by getClassType(), and llvm::pdb::NativeTypeFunctionSig::initialize().
FunctionOptions llvm::codeview::MemberFunctionRecord::Options = FunctionOptions::None |
Definition at line 199 of file TypeRecord.h.
Referenced by getOptions().
uint16_t llvm::codeview::MemberFunctionRecord::ParameterCount = 0 |
Definition at line 200 of file TypeRecord.h.
Referenced by getParameterCount().
TypeIndex llvm::codeview::MemberFunctionRecord::ReturnType |
Definition at line 195 of file TypeRecord.h.
Referenced by getReturnType().
int32_t llvm::codeview::MemberFunctionRecord::ThisPointerAdjustment = 0 |
Definition at line 202 of file TypeRecord.h.
Referenced by getThisPointerAdjustment().
TypeIndex llvm::codeview::MemberFunctionRecord::ThisType |
Definition at line 197 of file TypeRecord.h.
Referenced by getThisType().