HomeSort by: relevance | last modified time | path
    Searched refs:getRawVariable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 254 return cast<DILocalVariable>(getRawVariable());
265 Metadata *getRawVariable() const {
DebugInfoMetadata.h 3364 Metadata *getRawVariable() const { return getOperand(0); }
3367 return cast_or_null<DIGlobalVariable>(getRawVariable());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 1109 : Variable(N->getRawVariable()), Expression(N->getRawExpression()) {}
1112 return Variable == RHS->getRawVariable() &&
Verifier.cpp 5461 AssertDI(isa<DILocalVariable>(DII.getRawVariable()),
5463 DII.getRawVariable());
5529 DILocalVariable *V = dyn_cast_or_null<DILocalVariable>(I.getRawVariable());

Completed in 21 milliseconds