Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1620 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local
1621 if (!NewLabel) { in fixupDebugInfoPostExtraction()
1624 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()
1627 DLI->setArgOperand(0, MetadataAsValue::get(Ctx, NewLabel)); in fixupDebugInfoPostExtraction()