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:

protected Kind

Method Overview

Inherited from DebugSubsection:

Methods

DebugSymbolRVASubsection()

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:47

void addRVA(uint32_t RVA)

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:56

Parameters

uint32_t RVA

uint32_t calculateSerializedSize() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:54

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

Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h:53

Parameters

llvm::BinaryStreamWriter& Writer