struct VcallThunkIdentifierNode

Declaration

struct VcallThunkIdentifierNode : public IdentifierNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:363

Inherits from: IdentifierNode

Member Variables

public uint64_t OffsetInVTable = 0

Inherited from IdentifierNode:

public TemplateParams = nullptr

Method Overview

Inherited from IdentifierNode:

Inherited from Node:

Methods

VcallThunkIdentifierNode()

Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:364

void output(
    llvm::itanium_demangle::OutputBuffer& OB,
    llvm::ms_demangle::OutputFlags Flags) const

Declared at: llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h:366

Parameters

llvm::itanium_demangle::OutputBuffer& OB
llvm::ms_demangle::OutputFlags Flags