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


Public Member Functions | |
| FuncIdRecord ()=default | |
| FuncIdRecord (TypeRecordKind Kind) | |
| FuncIdRecord (TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) | |
| TypeIndex | getParentScope () const |
| TypeIndex | getFunctionType () const |
| StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | ParentScope |
| 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 616 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 619 of file TypeRecord.h.
|
inline |
Definition at line 620 of file TypeRecord.h.
|
inline |
Definition at line 625 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 626 of file TypeRecord.h.
References Name.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
|
inline |
Definition at line 624 of file TypeRecord.h.
Referenced by llvm::codeview::TypeDumpVisitor::visitMemberEnd().
| TypeIndex llvm::codeview::FuncIdRecord::FunctionType |
Definition at line 629 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| StringRef llvm::codeview::FuncIdRecord::Name |
Definition at line 630 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
| TypeIndex llvm::codeview::FuncIdRecord::ParentScope |
Definition at line 628 of file TypeRecord.h.
Referenced by llvm::codeview::TypeRecordMapping::visitMemberEnd().
1.8.13