Searched refs:getNumVariableLocationOps (Results 1 – 8 of 8) sorted by relevance
258 unsigned DbgVariableRecord::getNumVariableLocationOps() const { in getNumVariableLocationOps() function in llvm::DbgVariableRecord323 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()334 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()343 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()371 (getNumVariableLocationOps() == 0 && !getExpression()->isComplex()) || in isKillLocation()
164 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()174 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()183 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
262 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function274 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()334 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function335 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()451 assert(getNumVariableLocationOps() == 1 && in getAddress()
434 LLVM_ABI unsigned getNumVariableLocationOps() const;
317 for (size_t LocNo = 0; LocNo < DPtr->getNumVariableLocationOps(); ++LocNo) in annotateDebugRecords()
1647 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()1674 assert(DVR->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()2348 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()2412 DVR->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
1426 for (unsigned Idx = 0, End = DbgVal->getNumVariableLocationOps(); in freelyInvertAllUsersOf()
6973 NewRec->RecoveryExprs.resize(DbgVal->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()