Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h254 return cast<DILocalVariable>(getRawVariable()); in getVariable()
265 Metadata *getRawVariable() const { in getRawVariable() function
H A DDebugInfoMetadata.h3367 Metadata *getRawVariable() const { return getOperand(0); }
3370 return cast_or_null<DIGlobalVariable>(getRawVariable());
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1109 : Variable(N->getRawVariable()), Expression(N->getRawExpression()) {}
1112 return Variable == RHS->getRawVariable() &&
H A DVerifier.cpp5470 AssertDI(isa<DILocalVariable>(DII.getRawVariable()), in visitDbgIntrinsic()
5472 DII.getRawVariable()); in visitDbgIntrinsic()
5538 DILocalVariable *V = dyn_cast_or_null<DILocalVariable>(I.getRawVariable()); in verifyFragmentExpression()