Searched refs:getNumVariableLocationOps (Results 1 – 7 of 7) sorted by relevance
257 unsigned DbgVariableRecord::getNumVariableLocationOps() const { in getNumVariableLocationOps() function in llvm::DbgVariableRecord322 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()333 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()342 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()370 (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()
260 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function272 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()332 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function333 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()441 assert(getNumVariableLocationOps() == 1 && in getAddress()
420 unsigned getNumVariableLocationOps() const;
306 for (size_t LocNo = 0; LocNo < DPtr->getNumVariableLocationOps(); ++LocNo) in annotateDebugRecords()
1619 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()1646 assert(DVR->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()2307 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()2371 DVR->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
7008 NewRec->RecoveryExprs.resize(DbgVal->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()