LLVM: llvm::codeview::FuncIdRecord Class Reference (original) (raw)
#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"
Inheritance diagram for llvm::codeview::FuncIdRecord:
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: