class SymbolDumpDelegate

Declaration

class SymbolDumpDelegate : public SymbolVisitorDelegate { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h:20

Inherits from: SymbolVisitorDelegate

Method Overview

Inherited from SymbolVisitorDelegate:

Methods

virtual void printBinaryBlockWithRelocs(
    llvm::StringRef Label,
    ArrayRef<uint8_t> Block)

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h:27

Parameters

llvm::StringRef Label
ArrayRef<uint8_t> Block

virtual void printRelocatedField(
    llvm::StringRef Label,
    uint32_t RelocOffset,
    uint32_t Offset,
    llvm::StringRef* RelocSym = nullptr)

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h:24

Parameters

llvm::StringRef Label
uint32_t RelocOffset
uint32_t Offset
llvm::StringRef* RelocSym = nullptr

~SymbolDumpDelegate()

Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h:22