Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1567 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local
1568 if (!NewLabel) { in fixupDebugInfoPostExtraction()
1571 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()
1574 DLI->setArgOperand(0, MetadataAsValue::get(Ctx, NewLabel)); in fixupDebugInfoPostExtraction()