LLVM 20.0.0git
|
#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 = CallingConvention::NearC |
FunctionOptions | Options = FunctionOptions::None |
uint16_t | ParameterCount = 0 |
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 146 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 149 of file TypeRecord.h.
|
inline |
Definition at line 150 of file TypeRecord.h.
|
inline |
Definition at line 161 of file TypeRecord.h.
References ArgumentList.
Referenced by llvm::logicalview::LVTypeVisitor::visitKnownRecord(), and llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 158 of file TypeRecord.h.
References CallConv.
|
inline |
Definition at line 159 of file TypeRecord.h.
References Options.
Referenced by llvm::pdb::NativeTypeFunctionSig::isCxxReturnUdt().
|
inline |
Definition at line 160 of file TypeRecord.h.
References ParameterCount.
Referenced by llvm::pdb::NativeTypeFunctionSig::getCount(), llvm::logicalview::LVTypeVisitor::visitKnownRecord(), and llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
|
inline |
Definition at line 157 of file TypeRecord.h.
References ReturnType.
Referenced by llvm::pdb::NativeTypeFunctionSig::getTypeId(), llvm::logicalview::LVTypeVisitor::visitKnownRecord(), and llvm::logicalview::LVLogicalVisitor::visitKnownRecord().
TypeIndex llvm::codeview::ProcedureRecord::ArgumentList |
Definition at line 167 of file TypeRecord.h.
Referenced by getArgumentList(), and llvm::pdb::NativeTypeFunctionSig::initialize().
CallingConvention llvm::codeview::ProcedureRecord::CallConv = CallingConvention::NearC |
Definition at line 164 of file TypeRecord.h.
Referenced by getCallConv(), and llvm::pdb::NativeTypeFunctionSig::getCallingConvention().
FunctionOptions llvm::codeview::ProcedureRecord::Options = FunctionOptions::None |
Definition at line 165 of file TypeRecord.h.
Referenced by getOptions().
uint16_t llvm::codeview::ProcedureRecord::ParameterCount = 0 |
Definition at line 166 of file TypeRecord.h.
Referenced by getParameterCount().
TypeIndex llvm::codeview::ProcedureRecord::ReturnType |
Definition at line 163 of file TypeRecord.h.
Referenced by getReturnType().