Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h360 return cast<DILocalVariable>(getRawVariable()); in getVariable()
375 Metadata *getRawVariable() const { in getRawVariable() function
H A DDebugInfoMetadata.h3569 Metadata *getRawVariable() const { return getOperand(0); }
3572 return cast_or_null<DIGlobalVariable>(getRawVariable());
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1192 : Variable(N->getRawVariable()), Expression(N->getRawExpression()) {}
1195 return Variable == RHS->getRawVariable() &&
H A DVerifier.cpp6399 CheckDI(isa<DILocalVariable>(DII.getRawVariable()), in visitDbgIntrinsic()
6401 DII.getRawVariable()); in visitDbgIntrinsic()
6488 DILocalVariable *V = dyn_cast_or_null<DILocalVariable>(I.getRawVariable()); in verifyFragmentExpression()