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.cpp515 auto NewChild = createDataNode(MajorVersion, MinorVersion, Characteristics, in addDataChild() local
526 auto NewChild = createIDNode(); in addIDChild() local
541 auto NewChild = createStringNode(StringTable.size()); in addNameChild() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h397 addChildLoop(LoopT * NewChild) addChildLoop() argument
H A DGenericLoopInfoImpl.h302 LoopT *NewChild) { in replaceChildLoopWith()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2055 TreePatternNodePtr NewChild = ArgMap[Child.getName()]; in SubstituteFormalArguments() local
2103 [&](const TreePatternNodePtr &NewChild) { in InlinePatternFragments()