Searched refs:TreeNode (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 155 class TreeNode; 162 const TreeNode &getTree() const { return Root; } in getTree() 166 class TreeNode { 169 using Children = std::map<T, std::unique_ptr<TreeNode>>; 188 static std::unique_ptr<TreeNode> createStringNode(uint32_t Index); 189 static std::unique_ptr<TreeNode> createIDNode(); 191 static std::unique_ptr<TreeNode> createDataNode(uint16_t MajorVersion, 197 explicit TreeNode(uint32_t StringIndex); 198 TreeNode(uint16_t MajorVersion, uint16_t MinorVersion, 204 TreeNode *&Result); [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 267 TreeNode *TypeNode = TypeIt->second.get(); in cleanUpManifests() 273 TreeNode *NameNode = NameIt->second.get(); in cleanUpManifests() 295 TreeNode *FirstNode = FirstIt->second.get(); in cleanUpManifests() 298 TreeNode *LastNode = LastIt->second.get(); in cleanUpManifests() 351 TreeNode *Node; in parse() 379 bool WindowsResourceParser::TreeNode::addEntry( in addEntry() 382 std::vector<std::vector<UTF16>> &StringTable, TreeNode *&Result) { in addEntry() 383 TreeNode &TypeNode = addTypeNode(Entry, StringTable); in addEntry() 384 TreeNode &NameNode = TypeNode.addNameNode(Entry, StringTable); in addEntry() 388 Error WindowsResourceParser::addChildren(TreeNode &Node, in addChildren() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | 219 LLVM_DEBUG(dbgs() << "Building match tree node for " << TreeNode << "\n"); in runStep() 223 TreeNode->addPossibleLeaf(Leaf.getInfo(), Leaf.isFullyTraversed(), in runStep() 281 TreeNode->dropLeavesAfter( in runStep() 298 for (auto LeafPair : zip(Leaves, TreeNode->possible_leaves())) { in runStep() 341 TreeNode->setNumChildren(Partitioner->getNumPartitions()); in runStep() 342 for (auto &C : enumerate(TreeNode->children())) { in runStep() 347 TreeNode->setPartitioner(std::move(Partitioner)); in runStep() 372 TreeNode = TreeRoot.get(); in run()
|
| H A D | GIMatchTree.h | 393 GIMatchTree *TreeNode; variable 418 GIMatchTreeBuilder(GIMatchTree *TreeNode, unsigned NextInstrID) in GIMatchTreeBuilder() argument 419 : TreeNode(TreeNode), NextInstrID(NextInstrID) {} in GIMatchTreeBuilder()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlref.pod | 493 have circular references with objects as well. Imagine a TreeNode class
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | contrib.texi | 1324 @code{TreeNode} enumerations and @code{ActionCommand} and various
|
| H A D | gcc.info | 29545 `TreeNode' enumerations and `ActionCommand' and various fixes, XML
|
| H A D | gccint.info | 30820 `TreeNode' enumerations and `ActionCommand' and various fixes, XML
|