Home
last modified time | relevance | path

Searched defs:NewChild (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp516 auto NewChild = createDataNode(MajorVersion, MinorVersion, Characteristics, in addDataChild() local
527 auto NewChild = createIDNode(); in addIDChild() local
542 auto NewChild = createStringNode(StringTable.size()); in addNameChild() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h273 LoopT *NewChild) { in replaceChildLoopWith()
H A DLoopInfo.h395 void addChildLoop(LoopT *NewChild) { in addChildLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2014 TreePatternNodePtr NewChild = ArgMap[Child->getName()]; in SubstituteFormalArguments() local
2064 [&](const TreePatternNodePtr &NewChild) { in InlinePatternFragments()