class DebugSymbolRVASubsectionRef
Declaration
class DebugSymbolRVASubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:26
Inherits from: DebugSubsectionRef
Member Variables
Inherited from DebugSubsectionRef:
Method Overview
- public DebugSymbolRVASubsectionRef()
- public ArrayType::Iterator begin() const
- public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
- public ArrayType::Iterator end() const
- public llvm::Error initialize(llvm::BinaryStreamReader & Reader)
Inherited from DebugSubsectionRef:
Methods
¶DebugSymbolRVASubsectionRef()
DebugSymbolRVASubsectionRef()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:30
¶ArrayType::Iterator begin() const
ArrayType::Iterator begin() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:36
¶static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:32
Parameters
- const llvm::codeview::DebugSubsectionRef* S
¶ArrayType::Iterator end() const
ArrayType::Iterator end() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:37
¶llvm::Error initialize(
llvm::BinaryStreamReader& Reader)
llvm::Error initialize(
llvm::BinaryStreamReader& Reader)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:39
Parameters
- llvm::BinaryStreamReader& Reader