Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h102 return cast<DILocalVariable>(getRawVariable()); in getVariable()
109 Metadata *getRawVariable() const { in getRawVariable() function
H A DDebugInfoMetadata.h2989 Metadata *getRawVariable() const { return getOperand(0); }
2992 return cast_or_null<DIGlobalVariable>(getRawVariable());
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h998 : Variable(N->getRawVariable()), Expression(N->getRawExpression()) {}
1001 return Variable == RHS->getRawVariable() &&
H A DVerifier.cpp4626 AssertDI(isa<DILocalVariable>(DII.getRawVariable()), in visitDbgIntrinsic()
4628 DII.getRawVariable()); in visitDbgIntrinsic()
4699 DILocalVariable *V = dyn_cast_or_null<DILocalVariable>(I.getRawVariable()); in verifyFragmentExpression()