class MemberPointerInfo
Declaration
class MemberPointerInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:106
Member Variables
- public llvm::codeview::TypeIndex ContainingType
- public llvm::codeview::PointerToMemberRepresentation Representation
Method Overview
- public MemberPointerInfo()
- public MemberPointerInfo(llvm::codeview::TypeIndex ContainingType, llvm::codeview::PointerToMemberRepresentation Representation)
- public llvm::codeview::TypeIndex getContainingType() const
- public llvm::codeview::PointerToMemberRepresentation getRepresentation() const
Methods
¶MemberPointerInfo()
MemberPointerInfo()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:108
¶MemberPointerInfo(
llvm::codeview::TypeIndex ContainingType,
llvm::codeview::PointerToMemberRepresentation
Representation)
MemberPointerInfo(
llvm::codeview::TypeIndex ContainingType,
llvm::codeview::PointerToMemberRepresentation
Representation)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:110
Parameters
- llvm::codeview::TypeIndex ContainingType
- llvm::codeview::PointerToMemberRepresentation Representation
¶llvm::codeview::TypeIndex getContainingType()
const
llvm::codeview::TypeIndex getContainingType()
const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:114
¶llvm::codeview::PointerToMemberRepresentation
getRepresentation() const
llvm::codeview::PointerToMemberRepresentation
getRepresentation() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:115