class DebugUnknownSubsectionRef
Declaration
class DebugUnknownSubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h:18
Inherits from: DebugSubsectionRef
Member Variables
Inherited from DebugSubsectionRef:
Method Overview
- public DebugUnknownSubsectionRef(llvm::codeview::DebugSubsectionKind Kind, llvm::BinaryStreamRef Data)
- public llvm::BinaryStreamRef getData() const
Inherited from DebugSubsectionRef:
Methods
¶DebugUnknownSubsectionRef(
llvm::codeview::DebugSubsectionKind Kind,
llvm::BinaryStreamRef Data)
DebugUnknownSubsectionRef(
llvm::codeview::DebugSubsectionKind Kind,
llvm::BinaryStreamRef Data)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h:20
Parameters
- llvm::codeview::DebugSubsectionKind Kind
- llvm::BinaryStreamRef Data
¶llvm::BinaryStreamRef getData() const
llvm::BinaryStreamRef getData() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h:23