Home
last modified time | relevance | path

Searched refs:VariableSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h227 VariableSymbol, enumerator
586 VariableSymbolNode() : SymbolNode(NodeKind::VariableSymbol) {} in VariableSymbolNode()
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp388 if (Symbol->kind() == NodeKind::VariableSymbol) { in demangleInitFiniStub()