Home
last modified time | relevance | path

Searched refs:NewLabel (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h247 void setLabel(DILabel *NewLabel) { Label = NewLabel; } in setLabel() argument
H A DIntrinsicInst.h536 void setLabel(DILabel *NewLabel) { in setLabel() argument
537 setArgOperand(0, MetadataAsValue::get(getContext(), NewLabel)); in setLabel()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1613 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local
1614 if (!NewLabel) { in fixupDebugInfoPostExtraction()
1617 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()
1620 LabelRecord->setLabel(cast<DILabel>(NewLabel)); in fixupDebugInfoPostExtraction()