Home
last modified time | relevance | path

Searched refs:NodeArray (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h305 class NodeArray {
344 NodeArray Array;
802 NodeArray Params;
876 NodeArray Types;
920 NodeArray Params;
1319 NodeArray Params;
1372 NodeArray Data;
1504 NodeArray Params;
2058 NodeArray Args;
2221 NodeArray Inits;
[all …]
H A DMicrosoftDemangleNodes.h245 NodeArray, enumerator
514 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h128 using NodeArray = Array<Node>; variable
136 using NodeAllocatorType = NodeArray::AllocatorType;
322 NodeArray Nodes;
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp71 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()
91 void print(NodeArray A) { in print()
508 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp35 void operator()(itanium_demangle::NodeArray A) { in operator ()()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt70 Headers: Delete bogus NodeArray array of pointers from AEST table.