|
LLVM 22.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.
References llvm::codeview::TypeRecord::Kind, and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 176 of file TypeRecord.h.
References ArgumentList, CallConv, ClassType, Options, ParameterCount, ReturnType, ThisPointerAdjustment, ThisType, and llvm::codeview::TypeRecord::TypeRecord().
|
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.
|
inline |
Definition at line 191 of file TypeRecord.h.
References ParameterCount.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 186 of file TypeRecord.h.
References ReturnType.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 193 of file TypeRecord.h.
References ThisPointerAdjustment.
Referenced by 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 MemberFunctionRecord().
| CallingConvention llvm::codeview::MemberFunctionRecord::CallConv = CallingConvention::NearC |
Definition at line 198 of file TypeRecord.h.
Referenced by getCallConv(), and MemberFunctionRecord().
| TypeIndex llvm::codeview::MemberFunctionRecord::ClassType |
Definition at line 196 of file TypeRecord.h.
Referenced by getClassType(), and MemberFunctionRecord().
| FunctionOptions llvm::codeview::MemberFunctionRecord::Options = FunctionOptions::None |
Definition at line 199 of file TypeRecord.h.
Referenced by getOptions(), and MemberFunctionRecord().
| uint16_t llvm::codeview::MemberFunctionRecord::ParameterCount = 0 |
Definition at line 200 of file TypeRecord.h.
Referenced by getParameterCount(), and MemberFunctionRecord().
| TypeIndex llvm::codeview::MemberFunctionRecord::ReturnType |
Definition at line 195 of file TypeRecord.h.
Referenced by getReturnType(), and MemberFunctionRecord().
| int32_t llvm::codeview::MemberFunctionRecord::ThisPointerAdjustment = 0 |
Definition at line 202 of file TypeRecord.h.
Referenced by getThisPointerAdjustment(), and MemberFunctionRecord().
| TypeIndex llvm::codeview::MemberFunctionRecord::ThisType |
Definition at line 197 of file TypeRecord.h.
Referenced by getThisType(), and MemberFunctionRecord().