Searched refs:NewLabel (Results 1 – 3 of 3) sorted by relevance
247 void setLabel(DILabel *NewLabel) { Label = NewLabel; } in setLabel() argument
536 void setLabel(DILabel *NewLabel) { in setLabel() argument537 setArgOperand(0, MetadataAsValue::get(getContext(), NewLabel)); in setLabel()
1613 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local1614 if (!NewLabel) { in fixupDebugInfoPostExtraction()1617 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()1620 LabelRecord->setLabel(cast<DILabel>(NewLabel)); in fixupDebugInfoPostExtraction()