LLVM 22.0.0git
llvm::codeview::FuncIdRecord Class Reference

#include "llvm/DebugInfo/CodeView/TypeRecord.h"

Inheritance diagram for llvm::codeview::FuncIdRecord:
[legend]

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)

Detailed Description

Definition at line 610 of file TypeRecord.h.

Constructor & Destructor Documentation

◆ FuncIdRecord() [1/3]

llvm::codeview::FuncIdRecord::FuncIdRecord ( )
default

◆ FuncIdRecord() [2/3]

llvm::codeview::FuncIdRecord::FuncIdRecord ( TypeRecordKind Kind)
inlineexplicit

◆ FuncIdRecord() [3/3]

llvm::codeview::FuncIdRecord::FuncIdRecord ( TypeIndex ParentScope,
TypeIndex FunctionType,
StringRef Name )
inline

Member Function Documentation

◆ getFunctionType()

TypeIndex llvm::codeview::FuncIdRecord::getFunctionType ( ) const
inline

Definition at line 619 of file TypeRecord.h.

References FunctionType.

◆ getName()

StringRef llvm::codeview::FuncIdRecord::getName ( ) const
inline

Definition at line 620 of file TypeRecord.h.

References Name.

◆ getParentScope()

TypeIndex llvm::codeview::FuncIdRecord::getParentScope ( ) const
inline

Definition at line 618 of file TypeRecord.h.

References ParentScope.

Referenced by llvm::pdb::NativeInlineSiteSymbol::getName().

Member Data Documentation

◆ FunctionType

TypeIndex llvm::codeview::FuncIdRecord::FunctionType

Definition at line 623 of file TypeRecord.h.

Referenced by FuncIdRecord(), and getFunctionType().

◆ Name

StringRef llvm::codeview::FuncIdRecord::Name

Definition at line 624 of file TypeRecord.h.

Referenced by FuncIdRecord(), and getName().

◆ ParentScope

TypeIndex llvm::codeview::FuncIdRecord::ParentScope

Definition at line 622 of file TypeRecord.h.

Referenced by FuncIdRecord(), and getParentScope().


The documentation for this class was generated from the following file: