Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp514 auto NewChild = createDataNode(MajorVersion, MinorVersion, Characteristics, in addDataChild() local
525 auto NewChild = createIDNode(); in addIDChild() local
540 auto NewChild = createStringNode(StringTable.size()); in addNameChild() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h387 void addChildLoop(LoopT *NewChild) { in addChildLoop()
H A DGenericLoopInfoImpl.h302 LoopT *NewChild) { in replaceChildLoopWith()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2059 TreePatternNodePtr NewChild = ArgMap[Child->getName()]; in SubstituteFormalArguments() local
2108 [&](const TreePatternNodePtr &NewChild) { in InlinePatternFragments()