Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h254 VariableSymbol, enumerator
610 VariableSymbolNode() : SymbolNode(NodeKind::VariableSymbol) {} in VariableSymbolNode()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp400 if (Symbol->kind() == NodeKind::VariableSymbol) { in demangleInitFiniStub()