Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h262 void setLabel(DILabel *NewLabel) { Label = NewLabel; } in setLabel() argument
H A DIntrinsicInst.h546 void setLabel(DILabel *NewLabel) { in setLabel() argument
547 setArgOperand(0, MetadataAsValue::get(getContext(), NewLabel)); in setLabel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1347 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local
1348 if (!NewLabel) { in fixupDebugInfoPostExtraction()
1351 NewLabel = in fixupDebugInfoPostExtraction()
1356 LabelRecord->setLabel(cast<DILabel>(NewLabel)); in fixupDebugInfoPostExtraction()