Searched refs:TreeNode (Results 1 – 6 of 6) sorted by relevance
155 class TreeNode;162 const TreeNode &getTree() const { return Root; } in getTree()166 class TreeNode {189 static std::unique_ptr<TreeNode> createIDNode();197 explicit TreeNode(uint32_t StringIndex);204 TreeNode *&Result);205 TreeNode &addTypeNode(const ResourceEntryRef &Entry,211 TreeNode *&Result);215 TreeNode &addIDChild(uint32_t ID);216 TreeNode &addNameChild(ArrayRef<UTF16> NameRef,[all …]
351 TreeNode *Node; in parse()398 TreeNode *Child; in addChildren()428 TreeNode *Child; in addChildren()450 WindowsResourceParser::TreeNode::TreeNode(uint32_t StringIndex) in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode453 WindowsResourceParser::TreeNode::TreeNode(uint16_t MajorVersion, in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode463 return std::unique_ptr<TreeNode>(new TreeNode(Index)); in createStringNode()468 return std::unique_ptr<TreeNode>(new TreeNode(0)); in createIDNode()477 return std::unique_ptr<TreeNode>(new TreeNode( in createDataNode()481 WindowsResourceParser::TreeNode &WindowsResourceParser::TreeNode::addTypeNode( in addTypeNode()490 WindowsResourceParser::TreeNode &WindowsResourceParser::TreeNode::addNameNode( in addNameNode()[all …]
5 class TreeNode;8 def set : TreeNode;9 def plus : TreeNode;10 def imm : TreeNode;
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()
393 GIMatchTree *TreeNode; variable418 GIMatchTreeBuilder(GIMatchTree *TreeNode, unsigned NextInstrID) in GIMatchTreeBuilder() argument419 : TreeNode(TreeNode), NextInstrID(NextInstrID) {} in GIMatchTreeBuilder()