LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
MemberFuncIdRecord ()=default | |
MemberFuncIdRecord (TypeRecordKind Kind) | |
MemberFuncIdRecord (TypeIndex ClassType, TypeIndex FunctionType, StringRef Name) | |
TypeIndex | getClassType () const |
TypeIndex | getFunctionType () const |
StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
TypeIndex | ClassType |
TypeIndex | FunctionType |
StringRef | Name |
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 223 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 226 of file TypeRecord.h.
|
inline |
Definition at line 227 of file TypeRecord.h.
|
inline |
Definition at line 232 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 233 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 234 of file TypeRecord.h.
References Name.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
TypeIndex llvm::codeview::MemberFuncIdRecord::ClassType |
Definition at line 236 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
TypeIndex llvm::codeview::MemberFuncIdRecord::FunctionType |
Definition at line 237 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
StringRef llvm::codeview::MemberFuncIdRecord::Name |
Definition at line 238 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().