Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DParentMap.cpp129 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp96 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DInstruction.cpp66 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
H A DFunction.cpp92 void Argument::setParent(Function *parent) { in setParent() function in Argument
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h182 void setParent(Module *parent) { in setParent() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h532 void setParent(Module *M) { in setParent() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h96 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anonf8f2b3930211::LinearizedRegion
446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anonf8f2b3930211::MRT
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h473 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function