class DebugSubsectionRef
Declaration
class DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:19
Member Variables
- protected llvm::codeview::DebugSubsectionKind Kind
Method Overview
- public DebugSubsectionRef(llvm::codeview::DebugSubsectionKind Kind)
- public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
- public llvm::codeview::DebugSubsectionKind kind() const
- public virtual ~DebugSubsectionRef()
Methods
¶DebugSubsectionRef(
llvm::codeview::DebugSubsectionKind Kind)
DebugSubsectionRef(
llvm::codeview::DebugSubsectionKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:21
Parameters
- llvm::codeview::DebugSubsectionKind Kind
¶static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:24
Parameters
- const llvm::codeview::DebugSubsectionRef* S
¶llvm::codeview::DebugSubsectionKind kind() const
llvm::codeview::DebugSubsectionKind kind() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:26
¶virtual ~DebugSubsectionRef()
virtual ~DebugSubsectionRef()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h:22