Home | History | Annotate | Download | only in IR

Lines Matching refs:Parent

48   Parent = nullptr;
55 void Argument::setParent(Function *parent) {
56 Parent = parent;
197 AttributeSet::get(Parent->getContext(),
207 AttributeSet::get(Parent->getContext(),
335 void Function::setParent(Module *parent) {
336 Parent = parent;