Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWindowsResource.h184 static std::unique_ptr<TreeNode> createStringNode();
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp197 WindowsResourceParser::TreeNode::createStringNode() { in createStringNode() function in llvm::object::WindowsResourceParser::TreeNode
271 auto NewChild = createStringNode(); in addChild()