|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"


Public Member Functions | |
| ProcedureRecord ()=default | |
| ProcedureRecord (TypeRecordKind Kind) | |
| ProcedureRecord (TypeIndex ReturnType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList) | |
| TypeIndex | getReturnType () const |
| CallingConvention | getCallConv () const |
| FunctionOptions | getOptions () const |
| uint16_t | getParameterCount () const |
| TypeIndex | getArgumentList () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | ReturnType |
| CallingConvention | CallConv |
| FunctionOptions | Options |
| uint16_t | ParameterCount |
| TypeIndex | ArgumentList |
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 152 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 155 of file TypeRecord.h.
|
inline |
Definition at line 156 of file TypeRecord.h.
|
inline |
Definition at line 167 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 164 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 165 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::isCxxReturnUdt(), and llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 166 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::getCount(), and llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 163 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::getTypeId(), and llvm::codeview::TypeDumpVisitor::visitMemberEnd().
| TypeIndex llvm::codeview::ProcedureRecord::ArgumentList |
Definition at line 173 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::initialize(), and llvm::codeview::TypeRecordMapping::visitMemberEnd().
| CallingConvention llvm::codeview::ProcedureRecord::CallConv |
Definition at line 170 of file TypeRecord.h.
Referenced by llvm::pdb::NativeTypeFunctionSig::getCallingConvention(), and llvm::codeview::TypeRecordMapping::visitMemberEnd().
| FunctionOptions llvm::codeview::ProcedureRecord::Options |
Definition at line 171 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| uint16_t llvm::codeview::ProcedureRecord::ParameterCount |
Definition at line 172 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| TypeIndex llvm::codeview::ProcedureRecord::ReturnType |
Definition at line 169 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13