LLVM: llvm::codeview::FuncIdRecord Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"

Inheritance diagram for llvm::codeview::FuncIdRecord:

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

Detailed Description

Definition at line 610 of file TypeRecord.h.

Constructor & Destructor Documentation

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

FuncIdRecord() [2/3]

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

FuncIdRecord() [3/3]

Member Function Documentation

getFunctionType()

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

getName()

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

getParentScope()

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

Member Data Documentation

FunctionType

TypeIndex llvm::codeview::FuncIdRecord::FunctionType

Name

ParentScope

TypeIndex llvm::codeview::FuncIdRecord::ParentScope


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