class MemberFuncIdRecord
Declaration
class MemberFuncIdRecord : public TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:217
Inherits from: TypeRecord
Member Variables
- public llvm::codeview::TypeIndex ClassType
- public llvm::codeview::TypeIndex FunctionType
- public llvm::StringRef Name
Inherited from TypeRecord:
Method Overview
- public MemberFuncIdRecord()
- public MemberFuncIdRecord(llvm::codeview::TypeRecordKind Kind)
- public MemberFuncIdRecord(llvm::codeview::TypeIndex ClassType, llvm::codeview::TypeIndex FunctionType, llvm::StringRef Name)
- public llvm::codeview::TypeIndex getClassType() const
- public llvm::codeview::TypeIndex getFunctionType() const
- public llvm::StringRef getName() const
Inherited from TypeRecord:
Methods
¶MemberFuncIdRecord()
MemberFuncIdRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:219
¶MemberFuncIdRecord(
llvm::codeview::TypeRecordKind Kind)
MemberFuncIdRecord(
llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:220
Parameters
- llvm::codeview::TypeRecordKind Kind
¶MemberFuncIdRecord(
llvm::codeview::TypeIndex ClassType,
llvm::codeview::TypeIndex FunctionType,
llvm::StringRef Name)
MemberFuncIdRecord(
llvm::codeview::TypeIndex ClassType,
llvm::codeview::TypeIndex FunctionType,
llvm::StringRef Name)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:221
Parameters
- llvm::codeview::TypeIndex ClassType
- llvm::codeview::TypeIndex FunctionType
- llvm::StringRef Name
¶llvm::codeview::TypeIndex getClassType() const
llvm::codeview::TypeIndex getClassType() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:226
¶llvm::codeview::TypeIndex getFunctionType() const
llvm::codeview::TypeIndex getFunctionType() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:227
¶llvm::StringRef getName() const
llvm::StringRef getName() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:228