Home
last modified time | relevance | path

Searched defs:setParent (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp89 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject
93 void LVObject::setParent(LVSymbol *Symbol) { in setParent() function in LVObject
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp129 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h38 void setParent(ParentTy *Parent) { in setParent() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h186 void setParent(Module *parent) { in setParent() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h584 void setParent(Module *M) { in setParent() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp241 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DFunction.cpp124 void Argument::setParent(Function *parent) { in setParent() function in Argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h94 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anon3d3c1dbc0211::LinearizedRegion
446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anon3d3c1dbc0211::MRT
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h520 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function