Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h411 struct LocalStaticGuardIdentifierNode : public IdentifierNode { struct
412 LocalStaticGuardIdentifierNode() in LocalStaticGuardIdentifierNode() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp356 void LocalStaticGuardIdentifierNode::output(OutputStream &OS, in output()
H A DMicrosoftDemangle.cpp296 LocalStaticGuardIdentifierNode *LSGI = in demangleLocalStaticGuard()
297 Arena.alloc<LocalStaticGuardIdentifierNode>(); in demangleLocalStaticGuard()