Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DLoopInfoImpl.h273 LoopT *NewChild) { in replaceChildLoopWith()
DLoopInfo.h395 void addChildLoop(LoopT *NewChild) { in addChildLoop()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2014 TreePatternNodePtr NewChild = ArgMap[Child->getName()]; in SubstituteFormalArguments() local
2064 [&](const TreePatternNodePtr &NewChild) { in InlinePatternFragments()