Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h250 struct VcallThunkIdentifierNode;
340 struct VcallThunkIdentifierNode : public IdentifierNode { struct
341 VcallThunkIdentifierNode() : IdentifierNode(NodeKind::VcallThunkIdentifier) {} in VcallThunkIdentifierNode() argument
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp621 void VcallThunkIdentifierNode::output(OutputStream &OS, in output()
H A DMicrosoftDemangle.cpp1152 VcallThunkIdentifierNode *VTIN = Arena.alloc<VcallThunkIdentifierNode>(); in demangleVcallThunkNode()