class DebugSymbolRVASubsection
Declaration
class DebugSymbolRVASubsection : public DebugSubsection { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:45
Inherits from: DebugSubsection
Member Variables
Inherited from DebugSubsection:
Method Overview
- public DebugSymbolRVASubsection()
- public void addRVA(uint32_t RVA)
- public uint32_t calculateSerializedSize() const
- public static bool classof(const llvm::codeview::DebugSubsection * S)
- public llvm::Error commit(llvm::BinaryStreamWriter & Writer) const
Inherited from DebugSubsection:
Methods
¶DebugSymbolRVASubsection()
DebugSymbolRVASubsection()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:47
¶void addRVA(uint32_t RVA)
void addRVA(uint32_t RVA)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:56
Parameters
- uint32_t RVA
¶uint32_t calculateSerializedSize() const
uint32_t calculateSerializedSize() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:54
¶static bool classof(
const llvm::codeview::DebugSubsection* S)
static bool classof(
const llvm::codeview::DebugSubsection* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:49
Parameters
- const llvm::codeview::DebugSubsection* S
¶llvm::Error commit(
llvm::BinaryStreamWriter& Writer) const
llvm::Error commit(
llvm::BinaryStreamWriter& Writer) const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:53
Parameters
- llvm::BinaryStreamWriter& Writer