| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | SymbolTableListTraitsImpl.h | 71 V->setParent(Owner); in addNodeToList() 81 V->setParent(nullptr); in removeNodeFromList() 110 V.setParent(NewIP); in transferNodesFromList() 118 first->setParent(NewIP); in transferNodesFromList()
|
| H A D | BasicBlock.cpp | 154 end().getNodePtr()->setParent(this); in BasicBlock() 197 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
|
| H A D | Function.cpp | 111 void Argument::setParent(Function *parent) { in setParent() function in Argument 593 A.setParent(this); in stealArgumentListFrom()
|
| H A D | Module.cpp | 306 NMD->setParent(this); in getOrInsertNamedMetadata()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanUtils.h | 120 NewBlock->setParent(BlockPtr->getParent()); in insertBlockAfter() 138 NewBlock->setParent(BlockPtr->getParent()); in insertBlockBefore() 162 IfTrue->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter() 163 IfFalse->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
|
| H A D | VPlan.h | 184 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function 3771 Entry->setParent(this); 3772 Exiting->setParent(this); 3795 EntryBlock->setParent(this); 3807 ExitingBlock->setParent(this);
|
| H A D | VPlanConstruction.cpp | 423 VPBB->setParent(R); in createLoopRegion()
|
| H A D | VPlan.cpp | 791 Block->setParent(NewRegion); in clone() 914 VPB->setParent(getParent()); in dissolveToCFGLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.cpp | 87 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject 91 void LVObject::setParent(LVSymbol *Symbol) { in setParent() function in LVObject
|
| H A D | LVSymbol.cpp | 73 CurrentLocation->setParent(this); in addLocation() 108 Gap->setParent(this); in addLocationGap()
|
| H A D | LVScope.cpp | 139 Line->setParent(this); in addElement() 162 Location->setParent(this); in addObject() 179 Scope->setParent(this); in addElement() 206 Symbol->setParent(this); in addElement() 233 Type->setParent(this); in addElement()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ParentMap.h | 34 void setParent(const Stmt *S, const Stmt *Parent);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.h | 264 void setParent(LVScope *Scope); 265 void setParent(LVSymbol *Symbol);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Argument.h | 37 void setParent(Function *parent);
|
| H A D | GlobalValue.h | 188 void setParent(Module *parent) { in setParent() function
|
| H A D | BasicBlock.h | 150 void setParent(Function *parent);
|
| H A D | Function.h | 82 friend void BasicBlock::setParent(Function *);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ParentMap.cpp | 135 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 87 F->setParent(Sec); in insert()
|
| H A D | MCSection.h | 280 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 40 void setParent(ParentTy *Parent) { in setParent() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 152 N->setParent(Parent); in addNodeToList() 172 N->setParent(nullptr); in removeNodeFromList() 192 First->setParent(Parent); in transferNodesFromList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 641 void setParent(Module *M) { in setParent() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 207 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 293 F->setParent(Section); in changeSectionImpl()
|