Searched refs:TreeNode (Results 1 – 2 of 2) 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 …]