Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h533 DILabel *getLabel() const { return cast<DILabel>(getRawLabel()); } in getLabel()
535 Metadata *getRawLabel() const { in getRawLabel() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6457 CheckDI(isa<DILabel>(DLI.getRawLabel()), in visitDbgLabelIntrinsic()
6459 DLI.getRawLabel()); in visitDbgLabelIntrinsic()