Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp181 return is_contained(loc_nos(), LocNo); in containsLocNo()
189 for (unsigned LocNo : loc_nos()) in decrementLocNosAfterPivot()
197 for (unsigned LocNo : loc_nos()) in remapLocNos()
214 return any_of(loc_nos(), in hasLocNoGreaterThan()
219 for (const unsigned &Loc : loc_nos()) in printLocNos()
242 ArrayRef<unsigned> loc_nos() const { in loc_nos() function in __anon58a1900c0211::DbgVariableValue
1120 for (unsigned LocNo : DbgValue.loc_nos()) { in computeIntervals()
1677 MOs.assign(DbgValue.loc_nos().size(), in insertDebugValue()
1684 for (unsigned LocNo : DbgValue.loc_nos()) in insertDebugValue()
1757 for (unsigned LocNo : DbgValue.loc_nos()) { in emitDebugValues()