Home
last modified time | relevance | path

Searched defs:VcallThunkIdentifierNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h400 struct VcallThunkIdentifierNode : public IdentifierNode { struct
401 VcallThunkIdentifierNode() : IdentifierNode(NodeKind::VcallThunkIdentifier) {} in VcallThunkIdentifierNode() function
405 static bool classof(const Node *N) { in classof()
409 uint64_t OffsetInVTable = 0;