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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h70 V->setParent(Owner);
79 V->setParent(0);
104 V.setParent(NewIP);
112 first->setParent(NewIP);
H A DGlobals.cpp130 void GlobalVariable::setParent(Module *parent) { function in class:GlobalVariable
209 void GlobalAlias::setParent(Module *parent) { function in class:GlobalAlias
H A DBasicBlock.cpp85 void BasicBlock::setParent(Function *parent) { function in class:BasicBlock
H A DFunction.cpp57 void Argument::setParent(Function *parent) { function in class:Argument
246 void Function::setParent(Module *parent) { function in class:Function
H A DModule.cpp316 NMD->setParent(this);
H A DInstruction.cpp58 void Instruction::setParent(BasicBlock *P) { function in class:Instruction
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DArgument.h40 void setParent(Function *parent);
H A DGlobalAlias.h34 void setParent(Module *parent);
H A DGlobalVariable.h41 void setParent(Module *parent);
H A DBasicBlock.h81 void setParent(Function *parent);
H A DMetadata.h202 void setParent(Module *M) { Parent = M; } function in class:llvm::NamedMDNode
H A DFunction.h98 void setParent(Module *parent);
H A DInstruction.h430 void setParent(BasicBlock *P);
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h101 void setParent(DWARFDebugInfoEntryMinimal *parent) { function in class:llvm::DWARFDebugInfoEntryMinimal
114 sibling->setParent(getParent());
H A DDWARFCompileUnit.cpp134 next_die->setParent(curr_die);
147 curr_die->setParent(die_array_begin);
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h63 F->setParent(CurSectionData);
H A DMCAssembler.h95 void setParent(MCSectionData *Value) { Parent = Value; } function in class:llvm::MCFragment
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp102 N->setParent(Parent);
122 N->setParent(0);
143 first->setParent(Parent);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h103 void setParent(MachineBasicBlock *P) { Parent = P; } function in class:llvm::MachineInstr
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCAssembler.cpp271 F->setParent(this);

Completed in 134 milliseconds