class DebugSymbolsSubsectionRef
Declaration
class DebugSymbolsSubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:18
Inherits from: DebugSubsectionRef
Member Variables
Inherited from DebugSubsectionRef:
Method Overview
- public DebugSymbolsSubsectionRef()
- public CVSymbolArray::Iterator begin() const
- public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
- public CVSymbolArray::Iterator end() const
- public llvm::Error initialize(llvm::BinaryStreamReader Reader)
Inherited from DebugSubsectionRef:
Methods
¶DebugSymbolsSubsectionRef()
DebugSymbolsSubsectionRef()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:20
¶CVSymbolArray::Iterator begin() const
CVSymbolArray::Iterator begin() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:29
¶static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:23
Parameters
- const llvm::codeview::DebugSubsectionRef* S
¶CVSymbolArray::Iterator end() const
CVSymbolArray::Iterator end() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:30
¶llvm::Error initialize(
llvm::BinaryStreamReader Reader)
llvm::Error initialize(
llvm::BinaryStreamReader Reader)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h:27
Parameters
- llvm::BinaryStreamReader Reader