Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1566 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local
1567 if (!NewLabel) in fixupDebugInfoPostExtraction()
1568 NewLabel = DILabel::get(Ctx, NewSP, OldLabel->getName(), in fixupDebugInfoPostExtraction()
1570 DLI->setArgOperand(0, MetadataAsValue::get(Ctx, NewLabel)); in fixupDebugInfoPostExtraction()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp851 MCSymbol *NewLabel = Ctx->createNamedTempSymbol("duplicatedJT"); in duplicateJumpTable() local
853 new JumpTable(*NewLabel, JT->getAddress(), JT->EntrySize, JT->Type, in duplicateJumpTable()
854 JumpTable::LabelMapType{{Offset, NewLabel}}, in duplicateJumpTable()
865 return std::make_pair(JumpTableID, NewLabel); in duplicateJumpTable()