|
LLVM 22.0.0git
|
#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 610 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 613 of file TypeRecord.h.
References llvm::codeview::TypeRecord::Kind, and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 614 of file TypeRecord.h.
References FunctionType, Name, ParentScope, and llvm::codeview::TypeRecord::TypeRecord().
|
inline |
Definition at line 619 of file TypeRecord.h.
References FunctionType.
|
inline |
Definition at line 620 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 618 of file TypeRecord.h.
References ParentScope.
Referenced by llvm::pdb::NativeInlineSiteSymbol::getName().
| TypeIndex llvm::codeview::FuncIdRecord::FunctionType |
Definition at line 623 of file TypeRecord.h.
Referenced by FuncIdRecord(), and getFunctionType().
| StringRef llvm::codeview::FuncIdRecord::Name |
Definition at line 624 of file TypeRecord.h.
Referenced by FuncIdRecord(), and getName().
| TypeIndex llvm::codeview::FuncIdRecord::ParentScope |
Definition at line 622 of file TypeRecord.h.
Referenced by FuncIdRecord(), and getParentScope().