Searched refs:setParent (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h71 V->setParent(Owner);
81 V->setParent(nullptr);
110 V.setParent(NewIP);
118 first->setParent(NewIP);
H A DBasicBlock.cpp93 void BasicBlock::setParent(Function *parent) { function in class:BasicBlock
H A DModule.cpp263 NMD->setParent(this);
H A DInstruction.cpp62 void Instruction::setParent(BasicBlock *P) { function in class:Instruction
H A DFunction.cpp88 void Argument::setParent(Function *parent) { function in class:Argument
493 A.setParent(this);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DParentMap.h34 void setParent(const Stmt *S, const Stmt *Parent);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSection.cpp82 F->setParent(this);
121 F->setParent(this);
H A DMCContext.cpp492 F->setParent(Ret);
714 F->setParent(Result);
776 F->setParent(Result);
/netbsd-current/external/bsd/elftosb/dist/common/
H A DOptionDictionary.h50 inline void setParent(OptionContext * newParent) { m_parent = newParent; } function in class:elftosb::OptionDictionary
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DArgument.h34 void setParent(Function *parent);
H A DGlobalValue.h169 void setParent(Module *parent) {
H A DBasicBlock.h70 void setParent(Function *parent);
H A DInstruction.h817 void setParent(BasicBlock *P);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddelegatize.d91 private void setParent(Dsymbol s)
122 setParent(e.declaration);
131 setParent(e.lengthVar);
141 setParent(e.lengthVar);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h474 void setParent(VPRegionBlock *P) { Parent = P; }
1620 Entry->setParent(this);
1621 Exit->setParent(this);
1649 EntryBlock->setParent(this);
1667 ExitBlock->setParent(this);
2191 NewBlock->setParent(BlockPtr->getParent());
2209 IfTrue->setParent(BlockPtr->getParent());
2210 IfFalse->setParent(BlockPtr->getParent());
H A DVPlanHCFGBuilder.cpp121 VPBB->setParent(TopRegion);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMap.cpp127 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { function in class:ParentMap
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h82 F->setParent(CurSection);
H A DMCFragment.h97 void setParent(MCSection *Value) { Parent = Value; } function in class:llvm::MCFragment
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h498 void setParent(Module *M) { function in class:clang::Module
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp357 void setParent(LinearizedRegion *P) { Parent = P; }
446 void setParent(RegionMRT *Region) { Parent = Region; }
473 setParent(nullptr);
499 setParent(nullptr);
657 NewMRTRegion->setParent(NewMRTParent);
663 NewMRTRegion->setParent(RegionMap[Parent]);
668 NewMBB->setParent(RegionMap[Region]);
2333 InnerRegion.setParent(CurrentRegion);
2803 LRegion->setParent(Region->getParent()
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp152 N->setParent(Parent);
172 N->setParent(nullptr);
192 First->setParent(Parent);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp209 PM.setParent(I->first, PM.getParent(I->second));
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h58 virtual void setParent(ASTNode * newParent) { m_parent = newParent; } function in class:elftosb::ASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h261 void setParent(MachineBasicBlock *P) { Parent = P; } function in class:llvm::MachineInstr

Completed in 281 milliseconds

12