Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h247 void setLabel(DILabel *NewLabel) { Label = NewLabel; } in setLabel()
H A DIntrinsicInst.h536 void setLabel(DILabel *NewLabel) { in setLabel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1613 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction() local