Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1508 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local
1509 if (!NewLabel) in fixupDebugInfoPostExtraction()
1510 NewLabel = DILabel::get(Ctx, NewSP, OldLabel->getName(), in fixupDebugInfoPostExtraction()
1512 DLI->setArgOperand(0, MetadataAsValue::get(Ctx, NewLabel)); in fixupDebugInfoPostExtraction()