|
LLVM
8.0.1
|
#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 |
| 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) | |
Definition at line 177 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 180 of file TypeRecord.h.
|
inline |
Definition at line 182 of file TypeRecord.h.
|
inline |
Definition at line 198 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 195 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 193 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
|
inline |
Definition at line 197 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::getCount(), and llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 192 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::getTypeId(), and llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 199 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::getThisAdjust(), and llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 194 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
| TypeIndex llvm::codeview::MemberFunctionRecord::ArgumentList |
Definition at line 207 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::initialize(), and llvm::codeview::TypeRecordMapping::visitMemberEnd().
| CallingConvention llvm::codeview::MemberFunctionRecord::CallConv |
Definition at line 204 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::getCallingConvention(), and llvm::codeview::TypeRecordMapping::visitMemberEnd().
| TypeIndex llvm::codeview::MemberFunctionRecord::ClassType |
Definition at line 202 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::initialize(), and llvm::codeview::TypeRecordMapping::visitMemberEnd().
| FunctionOptions llvm::codeview::MemberFunctionRecord::Options |
Definition at line 205 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| uint16_t llvm::codeview::MemberFunctionRecord::ParameterCount |
Definition at line 206 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| TypeIndex llvm::codeview::MemberFunctionRecord::ReturnType |
Definition at line 201 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| int32_t llvm::codeview::MemberFunctionRecord::ThisPointerAdjustment |
Definition at line 208 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| TypeIndex llvm::codeview::MemberFunctionRecord::ThisType |
Definition at line 203 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13