Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h377 DILabel *getLabel() const { return cast<DILabel>(getRawLabel()); } in getLabel()
379 Metadata *getRawLabel() const { in getRawLabel() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp5957 CheckDI(isa<DILabel>(DLI.getRawLabel()), in visitDbgLabelIntrinsic()
5959 DLI.getRawLabel()); in visitDbgLabelIntrinsic()