/openbsd/gnu/llvm/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 | 96 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
|
H A D | Module.cpp | 264 NMD->setParent(this); in getOrInsertNamedMetadata()
|
H A D | Instruction.cpp | 66 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCSection.cpp | 82 F->setParent(this); in getSubsectionInsertionPoint() 121 F->setParent(this); in flushPendingLabels()
|
H A D | MCContext.cpp | 495 F->setParent(Ret); in createELFSectionImpl() 761 F->setParent(Result); in getWasmSection() 827 F->setParent(Result); in getXCOFFSection() 850 F->setParent(Result); in getSPIRVSection() 876 F->setParent(MapIt->second); in getDXContainerSection()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVObject.cpp | 89 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject 93 void LVObject::setParent(LVSymbol *Symbol) { in setParent() function in LVObject
|
H A D | LVSymbol.cpp | 73 CurrentLocation->setParent(this); in addLocation() 109 Gap->setParent(this); in addLocationGap()
|
H A D | LVScope.cpp | 144 Line->setParent(this); in addElement() 167 Location->setParent(this); in addObject() 184 Scope->setParent(this); in addElement() 211 Symbol->setParent(this); in addElement() 238 Type->setParent(this); in addElement()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ParentMap.h | 34 void setParent(const Stmt *S, const Stmt *Parent);
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Argument.h | 33 void setParent(Function *parent);
|
H A D | GlobalValue.h | 182 void setParent(Module *parent) { in setParent() function
|
H A D | BasicBlock.h | 67 void setParent(Function *parent);
|
H A D | Instruction.h | 858 void setParent(BasicBlock *P);
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | inline12.C | 22 virtual void setParent(Sh* theParent); 52 virtual void setParent(Sh* theParent);
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 282 void setParent(LVScope *Scope); 283 void setParent(LVSymbol *Symbol);
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanHCFGBuilder.cpp | 135 VPBB->setParent(ParentR); in getOrCreateVPBB() 356 Region->setParent(PreheaderVPBB->getParent()); in buildPlainCFG()
|
H A D | VPlan.h | 473 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function 2082 Entry->setParent(this); in VPBlockBase() 2083 Exiting->setParent(this); in VPBlockBase() 2111 EntryBlock->setParent(this); in setEntry() 2123 ExitingBlock->setParent(this); in setExiting() 2486 NewBlock->setParent(BlockPtr->getParent()); in insertBlockAfter() 2510 IfTrue->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter() 2511 IfFalse->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anon294475090211::LinearizedRegion 446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anon294475090211::MRT 473 setParent(nullptr); in MBBMRT() 499 setParent(nullptr); in RegionMRT() 657 NewMRTRegion->setParent(NewMRTParent); in buildMRT() 663 NewMRTRegion->setParent(RegionMap[Parent]); in buildMRT() 668 NewMBB->setParent(RegionMap[Region]); in buildMRT() 2305 InnerRegion.setParent(CurrentRegion); in createIfRegion() 2771 LRegion->setParent(Region->getParent() in createLinearizedRegion()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ParentMap.cpp | 129 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCObjectStreamer.h | 98 F->setParent(CurSection); in insert()
|
H A D | MCFragment.h | 96 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 150 N->setParent(Parent); in addNodeToList() 170 N->setParent(nullptr); in removeNodeFromList() 190 First->setParent(Parent); in transferNodesFromList()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Module.h | 532 void setParent(Module *M) { in setParent() function
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
|