Lines Matching defs:Variable
3374 const DILocalVariable *Variable,
3378 assert(Variable->isValidLocationForIntrinsic(DL) &&
3386 MIRBuilder.buildIndirectDbgValue(0, Variable, Expression);
3391 MIRBuilder.buildConstDbgValue(*CI, Variable, Expression);
3403 MIRBuilder.buildFIDbgValue(getOrCreateFrameIndex(*AI), Variable,
3407 if (translateIfEntryValueArgument(false, V, Variable, Expression, DL,
3415 MIRBuilder.buildDirectDbgValue(Reg, Variable, Expression);
3421 const DILocalVariable *Variable,
3426 LLVM_DEBUG(dbgs() << "Dropping debug info for " << *Variable << "\n");
3430 assert(Variable->isValidLocationForIntrinsic(DL) &&
3436 MF->setVariableDbgInfo(Variable, Expression,
3441 if (translateIfEntryValueArgument(true, Address, Variable,
3450 Variable, Expression);
3467 const DILocalVariable *Variable = DVR.getVariable();
3471 translateDbgDeclareRecord(V, DVR.hasArgList(), Variable, Expression,
3474 translateDbgValueRecord(V, DVR.hasArgList(), Variable, Expression,