Searched refs:NewLabel (Results 1 – 3 of 3) sorted by relevance
262 void setLabel(DILabel *NewLabel) { Label = NewLabel; } in setLabel() argument
546 void setLabel(DILabel *NewLabel) { in setLabel() argument547 setArgOperand(0, MetadataAsValue::get(getContext(), NewLabel)); in setLabel()
1347 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local1348 if (!NewLabel) { in fixupDebugInfoPostExtraction()1351 NewLabel = in fixupDebugInfoPostExtraction()1356 LabelRecord->setLabel(cast<DILabel>(NewLabel)); in fixupDebugInfoPostExtraction()