Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h254 return cast<DILocalVariable>(getRawVariable()); in getVariable()
265 Metadata *getRawVariable() const { in getRawVariable() function
H A DDebugInfoMetadata.h3364 Metadata *getRawVariable() const { return getOperand(0); }
3367 return cast_or_null<DIGlobalVariable>(getRawVariable());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h1109 : Variable(N->getRawVariable()), Expression(N->getRawExpression()) {}
1112 return Variable == RHS->getRawVariable() &&
H A DVerifier.cpp5461 AssertDI(isa<DILocalVariable>(DII.getRawVariable()), in visitDbgIntrinsic()
5463 DII.getRawVariable()); in visitDbgIntrinsic()
5529 DILocalVariable *V = dyn_cast_or_null<DILocalVariable>(I.getRawVariable()); in verifyFragmentExpression()