Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h276 struct VcallThunkIdentifierNode;
364 struct VcallThunkIdentifierNode : public IdentifierNode { struct
365 VcallThunkIdentifierNode() : IdentifierNode(NodeKind::VcallThunkIdentifier) {} in VcallThunkIdentifierNode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp644 void VcallThunkIdentifierNode::output(OutputStream &OS, in output()
H A DMicrosoftDemangle.cpp1257 VcallThunkIdentifierNode *VTIN = Arena.alloc<VcallThunkIdentifierNode>(); in demangleVcallThunkNode()