class DebugFrameDataSubsectionRef
Declaration
class DebugFrameDataSubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:20
Inherits from: DebugSubsectionRef
Member Variables
Inherited from DebugSubsectionRef:
Method Overview
- public DebugFrameDataSubsectionRef()
- public FixedStreamArray<FrameData>::Iterator begin() const
- public static bool classof(const llvm::codeview::DebugSubsection * S)
- public FixedStreamArray<FrameData>::Iterator end() const
- public const support::ulittle32_t * getRelocPtr() const
- public llvm::Error initialize(llvm::BinaryStreamReader Reader)
- public llvm::Error initialize(llvm::BinaryStreamRef Stream)
Inherited from DebugSubsectionRef:
Methods
¶DebugFrameDataSubsectionRef()
DebugFrameDataSubsectionRef()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:22
¶FixedStreamArray<FrameData>::Iterator begin()
const
FixedStreamArray<FrameData>::Iterator begin()
const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:31
¶static bool classof(
const llvm::codeview::DebugSubsection* S)
static bool classof(
const llvm::codeview::DebugSubsection* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:24
Parameters
- const llvm::codeview::DebugSubsection* S
¶FixedStreamArray<FrameData>::Iterator end() const
FixedStreamArray<FrameData>::Iterator end() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:32
¶const support::ulittle32_t* getRelocPtr() const
const support::ulittle32_t* getRelocPtr() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:34
¶llvm::Error initialize(
llvm::BinaryStreamReader Reader)
llvm::Error initialize(
llvm::BinaryStreamReader Reader)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:28
Parameters
- llvm::BinaryStreamReader Reader
¶llvm::Error initialize(
llvm::BinaryStreamRef Stream)
llvm::Error initialize(
llvm::BinaryStreamRef Stream)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h:29
Parameters
- llvm::BinaryStreamRef Stream